COLOR #C5D05B

HEX: #C5D05B
RGB: (197,208,91)

Renk bilgisi

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

RGB renk modeli

#C5D05B color RGB value is (197,208,91).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 208 of 255 = 82%
B 91 of 255 = 36%

197
208
91

R + G + B ~ 65%. #C5D05B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 208 + 91 = 496 (100%)
R 197 of 496 ~ 39.72%
G 208 of 496 ~ 41.94%
B 91 of 496 ~ 18.35%

%39.72
%41.94
%18.35

CMYK RENK MODELİ

#C5D05B rengi CMYK tonu (5,0,56,18).

  • camgöbeği tonu 5.29%
  • eflatun tonu 0.00%
  • sarı tonu 56.25%
  • ana renk tonu 18.43%
CMYK:
(5,0,56,18)
C5M0Y56K18 
(5%,0%,56%,18%)
(0.05/0.00/0.56/0.18)	

CMYK yüzdeleri

%5.29
%0
%56.25
%18.43

Codes

Color #C5D05B in popluar color models

C5D05B
RGB19720891
HSL66°55.45%58.63%
HSB/HSV66°56.25%81.57%
CMYK5.29%0.00%56.25%
18.43%

Color #C5D05B in popluar number systems.

HEXC5D05B
Decimal19720891
Binary11000101110100001011011
Octal305320133

Shades and tints

Shades of #C5D05B

#C5D05B
(197,208,91)
#B4BE53
(180,190,83)
#A3AC4B
(163,172,75)
#929A43
(146,154,67)
#81883B
(129,136,59)
#707633
(112,118,51)
#5F642B
(95,100,43)
#4E5223
(78,82,35)
#3D401B
(61,64,27)
#2C2E13
(44,46,19)
#1B1C0B
(27,28,11)
#000000
(0,0,0)

Tints of #C5D05B

#C5D05B
(197,208,91)
#CAD469
(202,212,105)
#CFD877
(207,216,119)
#D4DC85
(212,220,133)
#D9E093
(217,224,147)
#DEE4A1
(222,228,161)
#E3E8AF
(227,232,175)
#E8ECBD
(232,236,189)
#EDF0CB
(237,240,203)
#F2F4D9
(242,244,217)
#F7F8E7
(247,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D05B; }

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

This text font color is #C5D05B.


Background Color

.myBgColor { background-color: #C5D05B; }

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

This div background color is #C5D05B.


Border color

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

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

This div border color is #C5D05B.


Opacity

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

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

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

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

This text has shadow with #C5D05B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D05B on black background.


Color preview on white background

This text has color #C5D05B on white background.



Black color preview on #C5D05B background

This text has black color on #C5D05B background.


White color preview on #C5D05B background

This text has white color on #C5D05B background.