#C5D57B

Color #C5D57B Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C5D57B

Tints of Deco #C5D57B

Color information

#C5D57B (or 0xC5D57B) is unknown color: approx Deco. HEX triplet: C5, D5 and 7B. RGB value is (197,213,123). Sum of RGB (Red+Green+Blue) = 197+213+123=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D57B is #3A2A84. Grayscale: #C6C6C6. Windows color (decimal): -3811973 or 8115653. OLE color: 8115653.

HSL color Cylindrical-coordinate representation of color #C5D57B: hue angle of 70.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5D57B is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB197213123-
CMYK0.0800.420.16
HSL70.67º51.72%65.88%-
HSV(B)70.67º42.25%83.53%-
XYZ50.460.8927.84-
YUV197.9685.7127.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 213 (83.59% from 255) = 39.96%
BLUE value IS 123 (48.44% from 255) = 23.08%
R=36.96%
G=39.96%
B=23.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972131230.0800.420.1670.6751.7265.88
HexC5D57B802A10473442
Octal305325173100522010764102
Binary11000101110101011111011100001010101000010001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D57B; }

 p { color: rgb(197,213,123); }

 H1.HeaderClassName
 {
   color: #C5D57B;
 }
 .AnyTagClassName
 {
   color: #C5D57B;
 }
</style>
background-color css

<style>
 a { background-color: #C5D57B; }

 a { background-color: rgb(197,213,123); }

 div.DivClassName
 {
   background-color: #C5D57B;
 }
 .BgClassName
 {
   background-color: #C5D57B;
 }
</style>
border-color css

<style>
 span { border-color: #C5D57B; }

 span { border-color: rgb(197,213,123); }

 td.TdClassName
 {
   border-color: #C5D57B;
 }
 .TagClassName
 {
   border-color: #C5D57B;
 }
</style>