Shades of Deco #C0D078
Tints of Deco #C0D078
RGB
CMYK
RGB Variations
Color information
#C0D078 (or 0xC0D078) is known color: Deco. HEX triplet: C0, D0 and 78. RGB value is (192,208,120). Sum of RGB (Red+Green+Blue) = 192+208+120=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D078 is #3F2F87. Grayscale: #C1C1C1. Windows color (decimal): -4140936 or 7917760. OLE color: 7917760.
HSL color Cylindrical-coordinate representation of color #C0D078: hue angle of 70.91º 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 #C0D078 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 120 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.18 |
| HSL | 70.91º | 0.48% | 0.64% | - |
| HSV(B) | 70.91º | 0.42% | 0.82% | - |
| XYZ | 47.68 | 57.67 | 26.39 | - |
| YUV | 193.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 120 | 0.08 | 0 | 0.42 | 0.18 | 70.91 | 0.48 | 0.64 |
| Hex | C0 | D0 | 78 | 8 | 0 | 2A | 12 | 47 | 30 | 40 |
| Octal | 300 | 320 | 170 | 10 | 0 | 52 | 22 | 107 | 60 | 100 |
| Binary | 11000000 | 11010000 | 1111000 | 1000 | 0 | 101010 | 10010 | 1000111 | 110000 | 1000000 |
Color Harmonies of #C0D078
Complementary color
Monochromatic Colors of #C0D078
Black with #C0D078
Text Example
Text Example
White with #C0D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D078; }
p { color: rgb(192,208,120); }
H1.HeaderClassName
{
color: #C0D078;
}
.AnyTagClassName
{
color: #C0D078;
}
</style>
background-color css
<style>
a { background-color: #C0D078; }
a { background-color: rgb(192,208,120); }
div.DivClassName
{
background-color: #C0D078;
}
.BgClassName
{
background-color: #C0D078;
}
</style>
border-color css
<style>
span { border-color: #C0D078; }
span { border-color: rgb(192,208,120); }
td.TdClassName
{
border-color: #C0D078;
}
.TagClassName
{
border-color: #C0D078;
}
</style>