Shades of Deco #C0D178
Tints of Deco #C0D178
RGB
CMYK
RGB Variations
Color information
#C0D178 (or 0xC0D178) is known color: Deco. HEX triplet: C0, D1 and 78. RGB value is (192,209,120). Sum of RGB (Red+Green+Blue) = 192+209+120=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D178 is #3F2E87. Grayscale: #C2C2C2. Windows color (decimal): -4140680 or 7918016. OLE color: 7918016.
HSL color Cylindrical-coordinate representation of color #C0D178: hue angle of 71.46º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0D178 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 120 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.18 |
| HSL | 71.46º | 0.49% | 0.65% | - |
| HSV(B) | 71.46º | 0.43% | 0.82% | - |
| XYZ | 47.93 | 58.16 | 26.47 | - |
| YUV | 193.77 | 86.37 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 120 | 0.08 | 0 | 0.43 | 0.18 | 71.46 | 0.49 | 0.65 |
| Hex | C0 | D1 | 78 | 8 | 0 | 2B | 12 | 47 | 31 | 41 |
| Octal | 300 | 321 | 170 | 10 | 0 | 53 | 22 | 107 | 61 | 101 |
| Binary | 11000000 | 11010001 | 1111000 | 1000 | 0 | 101011 | 10010 | 1000111 | 110001 | 1000001 |
Color Harmonies of #C0D178
Complementary color
Monochromatic Colors of #C0D178
Black with #C0D178
Text Example
Text Example
White with #C0D178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D178; }
p { color: rgb(192,209,120); }
H1.HeaderClassName
{
color: #C0D178;
}
.AnyTagClassName
{
color: #C0D178;
}
</style>
background-color css
<style>
a { background-color: #C0D178; }
a { background-color: rgb(192,209,120); }
div.DivClassName
{
background-color: #C0D178;
}
.BgClassName
{
background-color: #C0D178;
}
</style>
border-color css
<style>
span { border-color: #C0D178; }
span { border-color: rgb(192,209,120); }
td.TdClassName
{
border-color: #C0D178;
}
.TagClassName
{
border-color: #C0D178;
}
</style>