Shades of Deco #C5D078
Tints of Deco #C5D078
RGB
CMYK
RGB Variations
Color information
#C5D078 (or 0xC5D078) is known color: Deco. HEX triplet: C5, D0 and 78. RGB value is (197,208,120). Sum of RGB (Red+Green+Blue) = 197+208+120=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D078 is #3A2F87. Grayscale: #C3C3C3. Windows color (decimal): -3813256 or 7917765. OLE color: 7917765.
HSL color Cylindrical-coordinate representation of color #C5D078: hue angle of 67.5º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5D078 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 120 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.18 |
| HSL | 67.5º | 0.48% | 0.64% | - |
| HSV(B) | 67.5º | 0.42% | 0.82% | - |
| XYZ | 48.97 | 58.34 | 26.45 | - |
| YUV | 194.68 | 85.86 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 120 | 0.05 | 0 | 0.42 | 0.18 | 67.5 | 0.48 | 0.64 |
| Hex | C5 | D0 | 78 | 5 | 0 | 2A | 12 | 44 | 30 | 40 |
| Octal | 305 | 320 | 170 | 5 | 0 | 52 | 22 | 104 | 60 | 100 |
| Binary | 11000101 | 11010000 | 1111000 | 101 | 0 | 101010 | 10010 | 1000100 | 110000 | 1000000 |
Color Harmonies of #C5D078
Complementary color
Monochromatic Colors of #C5D078
Black with #C5D078
Text Example
Text Example
White with #C5D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D078; }
p { color: rgb(197,208,120); }
H1.HeaderClassName
{
color: #C5D078;
}
.AnyTagClassName
{
color: #C5D078;
}
</style>
background-color css
<style>
a { background-color: #C5D078; }
a { background-color: rgb(197,208,120); }
div.DivClassName
{
background-color: #C5D078;
}
.BgClassName
{
background-color: #C5D078;
}
</style>
border-color css
<style>
span { border-color: #C5D078; }
span { border-color: rgb(197,208,120); }
td.TdClassName
{
border-color: #C5D078;
}
.TagClassName
{
border-color: #C5D078;
}
</style>