COLOR #C5DF60

HEX: #C5DF60
RGB: (197,223,96)

Renk bilgisi

#C5DF60 contains mainly red and green colors. #C5DF60 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C5DF60 color RGB value is (197,223,96).

  • kırmız ton 197;
  • yeşil ton 223;
  • mavi ton 96.
RGB:
(197,223,96)
(77%,87%,38%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 223 of 255 = 87%
B 96 of 255 = 38%

197
223
96

R + G + B ~ 67%. #C5DF60 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 223 + 96 = 516 (100%)
R 197 of 516 ~ 38.18%
G 223 of 516 ~ 43.22%
B 96 of 516 ~ 18.6%

%38.18
%43.22
%18.6

CMYK RENK MODELİ

#C5DF60 rengi CMYK tonu (12,0,57,13).

  • camgöbeği tonu 11.66%
  • eflatun tonu 0.00%
  • sarı tonu 56.95%
  • ana renk tonu 12.55%
CMYK:
(12,0,57,13)
C12M0Y57K13 
(12%,0%,57%,13%)
(0.12/0.00/0.57/0.13)	

CMYK yüzdeleri

%11.66
%0
%56.95
%12.55

Codes

Color #C5DF60 in popluar color models

C5DF60
RGB19722396
HSL72°66.49%62.55%
HSB/HSV72°56.95%87.45%
CMYK11.66%0.00%56.95%
12.55%

Color #C5DF60 in popluar number systems.

HEXC5DF60
Decimal19722396
Binary11000101110111111100000
Octal305337140

Shades and tints

Shades of #C5DF60

#C5DF60
(197,223,96)
#B4CB58
(180,203,88)
#A3B750
(163,183,80)
#92A348
(146,163,72)
#818F40
(129,143,64)
#707B38
(112,123,56)
#5F6730
(95,103,48)
#4E5328
(78,83,40)
#3D3F20
(61,63,32)
#2C2B18
(44,43,24)
#1B1710
(27,23,16)
#000000
(0,0,0)

Tints of #C5DF60

#C5DF60
(197,223,96)
#CAE16E
(202,225,110)
#CFE37C
(207,227,124)
#D4E58A
(212,229,138)
#D9E798
(217,231,152)
#DEE9A6
(222,233,166)
#E3EBB4
(227,235,180)
#E8EDC2
(232,237,194)
#EDEFD0
(237,239,208)
#F2F1DE
(242,241,222)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DF60 color. Also use rgb(197,223,96) instead hex code.

Text Font Color

.myTextColor { color: #C5DF60; }

<p style="color:#C5DF60">This sample text font color is #C5DF60.</p>

This text font color is #C5DF60.


Background Color

.myBgColor { background-color: #C5DF60; }

<div style="background-color:#C5DF60">Inner text</div>

This div background color is #C5DF60.


Border color

.myBorderColor { border: 1px solid #C5DF60; }

<div style="border:3px solid #C5DF60">Div</div>

This div border color is #C5DF60.


Opacity

.myOpacity80 { color: #C5DF60; opacity: 0.8; }

<p style="color:#C5DF60;opacity:0.8;">80%</p>

Text with #C5DF60 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5DF60;}

<p style="text-shadow: 3px 3px 1px #C5DF60">Text here.</p>

This text has shadow with #C5DF60 color.

.textShadow {text-shadow: 3px 3px 1px #C5DF60, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5DF60, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5DF60 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5DF60, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5DF60, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5DF60 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5DF60;
  -webkit-box-shadow:	1px 1px 3px 2px #C5DF60;
  box-shadow:		1px 1px 3px 2px #C5DF60;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5DF60;
-webkit-box-shadow: 1px 1px 3px 2px #C5DF60;
box-shadow:1px 1px 3px 2px #C5DF60;">
Div content here</div>
This div box has shadow with color #C5DF60.

Preview

Color preview on black background

This text has color #C5DF60 on black background.


Color preview on white background

This text has color #C5DF60 on white background.



Black color preview on #C5DF60 background

This text has black color on #C5DF60 background.


White color preview on #C5DF60 background

This text has white color on #C5DF60 background.