Shades of Deco #C0D478
Tints of Deco #C0D478
RGB
CMYK
RGB Variations
Color information
#C0D478 (or 0xC0D478) is known color: Deco. HEX triplet: C0, D4 and 78. RGB value is (192,212,120). Sum of RGB (Red+Green+Blue) = 192+212+120=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D478 is #3F2B87. Grayscale: #C3C3C3. Windows color (decimal): -4139912 or 7918784. OLE color: 7918784.
HSL color Cylindrical-coordinate representation of color #C0D478: hue angle of 73.04º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0D478 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 212 | 120 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.17 |
| HSL | 73.04º | 0.52% | 0.65% | - |
| HSV(B) | 73.04º | 0.43% | 0.83% | - |
| XYZ | 48.67 | 59.65 | 26.72 | - |
| YUV | 195.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 120 | 0.09 | 0 | 0.43 | 0.17 | 73.04 | 0.52 | 0.65 |
| Hex | C0 | D4 | 78 | 9 | 0 | 2B | 11 | 49 | 34 | 41 |
| Octal | 300 | 324 | 170 | 11 | 0 | 53 | 21 | 111 | 64 | 101 |
| Binary | 11000000 | 11010100 | 1111000 | 1001 | 0 | 101011 | 10001 | 1001001 | 110100 | 1000001 |
Color Harmonies of #C0D478
Complementary color
Monochromatic Colors of #C0D478
Black with #C0D478
Text Example
Text Example
White with #C0D478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D478; }
p { color: rgb(192,212,120); }
H1.HeaderClassName
{
color: #C0D478;
}
.AnyTagClassName
{
color: #C0D478;
}
</style>
background-color css
<style>
a { background-color: #C0D478; }
a { background-color: rgb(192,212,120); }
div.DivClassName
{
background-color: #C0D478;
}
.BgClassName
{
background-color: #C0D478;
}
</style>
border-color css
<style>
span { border-color: #C0D478; }
span { border-color: rgb(192,212,120); }
td.TdClassName
{
border-color: #C0D478;
}
.TagClassName
{
border-color: #C0D478;
}
</style>