Shades of Deco #C5D978
Tints of Deco #C5D978
RGB
CMYK
RGB Variations
Color information
#C5D978 (or 0xC5D978) is known color: Deco. HEX triplet: C5, D9 and 78. RGB value is (197,217,120). Sum of RGB (Red+Green+Blue) = 197+217+120=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D978 is #3A2687. Grayscale: #C8C8C8. Windows color (decimal): -3810952 or 7920069. OLE color: 7920069.
HSL color Cylindrical-coordinate representation of color #C5D978: hue angle of 72.37º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5D978 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 120 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.15 |
| HSL | 72.37º | 0.56% | 0.66% | - |
| HSV(B) | 72.37º | 0.45% | 0.85% | - |
| XYZ | 51.23 | 62.85 | 27.2 | - |
| YUV | 199.96 | 82.87 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 120 | 0.09 | 0 | 0.45 | 0.15 | 72.37 | 0.56 | 0.66 |
| Hex | C5 | D9 | 78 | 9 | 0 | 2D | F | 48 | 38 | 42 |
| Octal | 305 | 331 | 170 | 11 | 0 | 55 | 17 | 110 | 70 | 102 |
| Binary | 11000101 | 11011001 | 1111000 | 1001 | 0 | 101101 | 1111 | 1001000 | 111000 | 1000010 |
Color Harmonies of #C5D978
Complementary color
Monochromatic Colors of #C5D978
Black with #C5D978
Text Example
Text Example
White with #C5D978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D978; }
p { color: rgb(197,217,120); }
H1.HeaderClassName
{
color: #C5D978;
}
.AnyTagClassName
{
color: #C5D978;
}
</style>
background-color css
<style>
a { background-color: #C5D978; }
a { background-color: rgb(197,217,120); }
div.DivClassName
{
background-color: #C5D978;
}
.BgClassName
{
background-color: #C5D978;
}
</style>
border-color css
<style>
span { border-color: #C5D978; }
span { border-color: rgb(197,217,120); }
td.TdClassName
{
border-color: #C5D978;
}
.TagClassName
{
border-color: #C5D978;
}
</style>