Shades of Deco #C2D078
Tints of Deco #C2D078
RGB
CMYK
RGB Variations
Color information
#C2D078 (or 0xC2D078) is known color: Deco. HEX triplet: C2, D0 and 78. RGB value is (194,208,120). Sum of RGB (Red+Green+Blue) = 194+208+120=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D078 is #3D2F87. Grayscale: #C2C2C2. Windows color (decimal): -4009864 or 7917762. OLE color: 7917762.
HSL color Cylindrical-coordinate representation of color #C2D078: hue angle of 69.55º 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 #C2D078 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 120 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.18 |
| HSL | 69.55º | 0.48% | 0.64% | - |
| HSV(B) | 69.55º | 0.42% | 0.82% | - |
| XYZ | 48.19 | 57.94 | 26.41 | - |
| YUV | 193.78 | 86.36 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 120 | 0.07 | 0 | 0.42 | 0.18 | 69.55 | 0.48 | 0.64 |
| Hex | C2 | D0 | 78 | 7 | 0 | 2A | 12 | 46 | 30 | 40 |
| Octal | 302 | 320 | 170 | 7 | 0 | 52 | 22 | 106 | 60 | 100 |
| Binary | 11000010 | 11010000 | 1111000 | 111 | 0 | 101010 | 10010 | 1000110 | 110000 | 1000000 |
Color Harmonies of #C2D078
Complementary color
Monochromatic Colors of #C2D078
Black with #C2D078
Text Example
Text Example
White with #C2D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D078; }
p { color: rgb(194,208,120); }
H1.HeaderClassName
{
color: #C2D078;
}
.AnyTagClassName
{
color: #C2D078;
}
</style>
background-color css
<style>
a { background-color: #C2D078; }
a { background-color: rgb(194,208,120); }
div.DivClassName
{
background-color: #C2D078;
}
.BgClassName
{
background-color: #C2D078;
}
</style>
border-color css
<style>
span { border-color: #C2D078; }
span { border-color: rgb(194,208,120); }
td.TdClassName
{
border-color: #C2D078;
}
.TagClassName
{
border-color: #C2D078;
}
</style>