#C5D57D

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

Shades of Deco #C5D57D

Tints of Deco #C5D57D

Color information

#C5D57D (or 0xC5D57D) is unknown color: approx Deco. HEX triplet: C5, D5 and 7D. RGB value is (197,213,125). Sum of RGB (Red+Green+Blue) = 197+213+125=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D57D is #3A2A82. Grayscale: #C6C6C6. Windows color (decimal): -3811971 or 8246725. OLE color: 8246725.

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

Color convert

RGB197213125-
CMYK0.0800.410.16
HSL70.91º51.16%66.27%-
HSV(B)70.91º41.31%83.53%-
XYZ50.5260.9428.5-
YUV198.1886.7127.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 213 (83.59% from 255) = 39.81%
BLUE value IS 125 (49.22% from 255) = 23.36%
R=36.82%
G=39.81%
B=23.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972131250.0800.410.1670.9151.1666.27
HexC5D57D802910473342
Octal305325175100512010763102
Binary11000101110101011111101100001010011000010001111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D57D; }

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

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

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

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

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

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

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

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