Shades of Deco #C5D67C
Tints of Deco #C5D67C
RGB
CMYK
RGB Variations
Color information
#C5D67C (or 0xC5D67C) is known color: Deco. HEX triplet: C5, D6 and 7C. RGB value is (197,214,124). Sum of RGB (Red+Green+Blue) = 197+214+124=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D67C is #3A2983. Grayscale: #C7C7C7. Windows color (decimal): -3811716 or 8181445. OLE color: 8181445.
HSL color Cylindrical-coordinate representation of color #C5D67C: hue angle of 71.33º 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 #C5D67C is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 124 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.16 |
| HSL | 71.33º | 0.52% | 0.66% | - |
| HSV(B) | 71.33º | 0.42% | 0.84% | - |
| XYZ | 50.71 | 61.42 | 28.25 | - |
| YUV | 198.66 | 85.87 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 124 | 0.08 | 0 | 0.42 | 0.16 | 71.33 | 0.52 | 0.66 |
| Hex | C5 | D6 | 7C | 8 | 0 | 2A | 10 | 47 | 34 | 42 |
| Octal | 305 | 326 | 174 | 10 | 0 | 52 | 20 | 107 | 64 | 102 |
| Binary | 11000101 | 11010110 | 1111100 | 1000 | 0 | 101010 | 10000 | 1000111 | 110100 | 1000010 |
Color Harmonies of #C5D67C
Complementary color
Monochromatic Colors of #C5D67C
Black with #C5D67C
Text Example
Text Example
White with #C5D67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D67C; }
p { color: rgb(197,214,124); }
H1.HeaderClassName
{
color: #C5D67C;
}
.AnyTagClassName
{
color: #C5D67C;
}
</style>
background-color css
<style>
a { background-color: #C5D67C; }
a { background-color: rgb(197,214,124); }
div.DivClassName
{
background-color: #C5D67C;
}
.BgClassName
{
background-color: #C5D67C;
}
</style>
border-color css
<style>
span { border-color: #C5D67C; }
span { border-color: rgb(197,214,124); }
td.TdClassName
{
border-color: #C5D67C;
}
.TagClassName
{
border-color: #C5D67C;
}
</style>