COLOR #C5CD5B

HEX: #C5CD5B
RGB: (197,205,91)

Renk bilgisi

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

RGB renk modeli

#C5CD5B color RGB value is (197,205,91).

  • kırmız ton 197;
  • yeşil ton 205;
  • mavi ton 91.
RGB:
(197,205,91)
(77%,80%,36%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 205 of 255 = 80%
B 91 of 255 = 36%

197
205
91

R + G + B ~ 64%. #C5CD5B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 205 + 91 = 493 (100%)
R 197 of 493 ~ 39.96%
G 205 of 493 ~ 41.58%
B 91 of 493 ~ 18.46%

%39.96
%41.58
%18.46

CMYK RENK MODELİ

#C5CD5B rengi CMYK tonu (4,0,56,20).

  • camgöbeği tonu 3.90%
  • eflatun tonu 0.00%
  • sarı tonu 55.61%
  • ana renk tonu 19.61%
CMYK:
(4,0,56,20)
C4M0Y56K20 
(4%,0%,56%,20%)
(0.04/0.00/0.56/0.20)	

CMYK yüzdeleri

%3.9
%0
%55.61
%19.61

Codes

Color #C5CD5B in popluar color models

C5CD5B
RGB19720591
HSL64°53.27%58.04%
HSB/HSV64°55.61%80.39%
CMYK3.90%0.00%55.61%
19.61%

Color #C5CD5B in popluar number systems.

HEXC5CD5B
Decimal19720591
Binary11000101110011011011011
Octal305315133

Shades and tints

Shades of #C5CD5B

#C5CD5B
(197,205,91)
#B4BB53
(180,187,83)
#A3A94B
(163,169,75)
#929743
(146,151,67)
#81853B
(129,133,59)
#707333
(112,115,51)
#5F612B
(95,97,43)
#4E4F23
(78,79,35)
#3D3D1B
(61,61,27)
#2C2B13
(44,43,19)
#1B190B
(27,25,11)
#000000
(0,0,0)

Tints of #C5CD5B

#C5CD5B
(197,205,91)
#CAD169
(202,209,105)
#CFD577
(207,213,119)
#D4D985
(212,217,133)
#D9DD93
(217,221,147)
#DEE1A1
(222,225,161)
#E3E5AF
(227,229,175)
#E8E9BD
(232,233,189)
#EDEDCB
(237,237,203)
#F2F1D9
(242,241,217)
#F7F5E7
(247,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CD5B color. Also use rgb(197,205,91) instead hex code.

Text Font Color

.myTextColor { color: #C5CD5B; }

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

This text font color is #C5CD5B.


Background Color

.myBgColor { background-color: #C5CD5B; }

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

This div background color is #C5CD5B.


Border color

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

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

This div border color is #C5CD5B.


Opacity

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

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

Text with #C5CD5B 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 #C5CD5B;}

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

This text has shadow with #C5CD5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CD5B on black background.


Color preview on white background

This text has color #C5CD5B on white background.



Black color preview on #C5CD5B background

This text has black color on #C5CD5B background.


White color preview on #C5CD5B background

This text has white color on #C5CD5B background.