#C5D67D

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

Shades of Deco #C5D67D

Tints of Deco #C5D67D

Color information

#C5D67D (or 0xC5D67D) is unknown color: approx Deco. HEX triplet: C5, D6 and 7D. RGB value is (197,214,125). Sum of RGB (Red+Green+Blue) = 197+214+125=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D67D is #3A2982. Grayscale: #C7C7C7. Windows color (decimal): -3811715 or 8246981. OLE color: 8246981.

HSL color Cylindrical-coordinate representation of color #C5D67D: hue angle of 71.46º 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 #C5D67D is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB197214125-
CMYK0.0800.420.16
HSL71.46º52.05%66.47%-
HSV(B)71.46º41.59%83.92%-
XYZ50.7761.4428.59-
YUV198.7786.37126.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.75%
GREEN value IS 214 (83.98% from 255) = 39.93%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=36.75%
G=39.93%
B=23.32%

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
Decimal1972141250.0800.420.1671.4652.0566.47
HexC5D67D802A10473442
Octal305326175100522010764102
Binary11000101110101101111101100001010101000010001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D67D; }

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

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

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

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

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

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

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

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