Shades of Deco #C5D879
Tints of Deco #C5D879
RGB
CMYK
RGB Variations
Color information
#C5D879 (or 0xC5D879) is known color: Deco. HEX triplet: C5, D8 and 79. RGB value is (197,216,121). Sum of RGB (Red+Green+Blue) = 197+216+121=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D879 is #3A2786. Grayscale: #C7C7C7. Windows color (decimal): -3811207 or 7985349. OLE color: 7985349.
HSL color Cylindrical-coordinate representation of color #C5D879: hue angle of 72º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5D879 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 121 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.15 |
| HSL | 72º | 0.55% | 0.66% | - |
| HSV(B) | 72º | 0.44% | 0.85% | - |
| XYZ | 51.03 | 62.36 | 27.44 | - |
| YUV | 199.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 121 | 0.09 | 0 | 0.44 | 0.15 | 72 | 0.55 | 0.66 |
| Hex | C5 | D8 | 79 | 9 | 0 | 2C | F | 48 | 37 | 42 |
| Octal | 305 | 330 | 171 | 11 | 0 | 54 | 17 | 110 | 67 | 102 |
| Binary | 11000101 | 11011000 | 1111001 | 1001 | 0 | 101100 | 1111 | 1001000 | 110111 | 1000010 |
Color Harmonies of #C5D879
Complementary color
Monochromatic Colors of #C5D879
Black with #C5D879
Text Example
Text Example
White with #C5D879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D879; }
p { color: rgb(197,216,121); }
H1.HeaderClassName
{
color: #C5D879;
}
.AnyTagClassName
{
color: #C5D879;
}
</style>
background-color css
<style>
a { background-color: #C5D879; }
a { background-color: rgb(197,216,121); }
div.DivClassName
{
background-color: #C5D879;
}
.BgClassName
{
background-color: #C5D879;
}
</style>
border-color css
<style>
span { border-color: #C5D879; }
span { border-color: rgb(197,216,121); }
td.TdClassName
{
border-color: #C5D879;
}
.TagClassName
{
border-color: #C5D879;
}
</style>