Shades of Deco #C5D77C
Tints of Deco #C5D77C
RGB
CMYK
RGB Variations
Color information
#C5D77C (or 0xC5D77C) is known color: Deco. HEX triplet: C5, D7 and 7C. RGB value is (197,215,124). Sum of RGB (Red+Green+Blue) = 197+215+124=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D77C is #3A2883. Grayscale: #C7C7C7. Windows color (decimal): -3811460 or 8181701. OLE color: 8181701.
HSL color Cylindrical-coordinate representation of color #C5D77C: hue angle of 71.87º degrees, saturation: 0.53, 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 #C5D77C is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 124 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.16 |
| HSL | 71.87º | 0.53% | 0.66% | - |
| HSV(B) | 71.87º | 0.42% | 0.84% | - |
| XYZ | 50.96 | 61.93 | 28.34 | - |
| YUV | 199.24 | 85.54 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 124 | 0.08 | 0 | 0.42 | 0.16 | 71.87 | 0.53 | 0.66 |
| Hex | C5 | D7 | 7C | 8 | 0 | 2A | 10 | 48 | 35 | 42 |
| Octal | 305 | 327 | 174 | 10 | 0 | 52 | 20 | 110 | 65 | 102 |
| Binary | 11000101 | 11010111 | 1111100 | 1000 | 0 | 101010 | 10000 | 1001000 | 110101 | 1000010 |
Color Harmonies of #C5D77C
Complementary color
Monochromatic Colors of #C5D77C
Black with #C5D77C
Text Example
Text Example
White with #C5D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D77C; }
p { color: rgb(197,215,124); }
H1.HeaderClassName
{
color: #C5D77C;
}
.AnyTagClassName
{
color: #C5D77C;
}
</style>
background-color css
<style>
a { background-color: #C5D77C; }
a { background-color: rgb(197,215,124); }
div.DivClassName
{
background-color: #C5D77C;
}
.BgClassName
{
background-color: #C5D77C;
}
</style>
border-color css
<style>
span { border-color: #C5D77C; }
span { border-color: rgb(197,215,124); }
td.TdClassName
{
border-color: #C5D77C;
}
.TagClassName
{
border-color: #C5D77C;
}
</style>