Shades of Deco #C0D47E
Tints of Deco #C0D47E
RGB
CMYK
RGB Variations
Color information
#C0D47E (or 0xC0D47E) is known color: Deco. HEX triplet: C0, D4 and 7E. RGB value is (192,212,126). Sum of RGB (Red+Green+Blue) = 192+212+126=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D47E is #3F2B81. Grayscale: #C4C4C4. Windows color (decimal): -4139906 or 8312000. OLE color: 8312000.
HSL color Cylindrical-coordinate representation of color #C0D47E: hue angle of 73.95º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0D47E is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 212 | 126 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.17 |
| HSL | 73.95º | 0.5% | 0.66% | - |
| HSV(B) | 73.95º | 0.41% | 0.83% | - |
| XYZ | 49.05 | 59.8 | 28.7 | - |
| YUV | 196.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 126 | 0.09 | 0 | 0.41 | 0.17 | 73.95 | 0.5 | 0.66 |
| Hex | C0 | D4 | 7E | 9 | 0 | 29 | 11 | 4A | 32 | 42 |
| Octal | 300 | 324 | 176 | 11 | 0 | 51 | 21 | 112 | 62 | 102 |
| Binary | 11000000 | 11010100 | 1111110 | 1001 | 0 | 101001 | 10001 | 1001010 | 110010 | 1000010 |
Color Harmonies of #C0D47E
Complementary color
Monochromatic Colors of #C0D47E
Black with #C0D47E
Text Example
Text Example
White with #C0D47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D47E; }
p { color: rgb(192,212,126); }
H1.HeaderClassName
{
color: #C0D47E;
}
.AnyTagClassName
{
color: #C0D47E;
}
</style>
background-color css
<style>
a { background-color: #C0D47E; }
a { background-color: rgb(192,212,126); }
div.DivClassName
{
background-color: #C0D47E;
}
.BgClassName
{
background-color: #C0D47E;
}
</style>
border-color css
<style>
span { border-color: #C0D47E; }
span { border-color: rgb(192,212,126); }
td.TdClassName
{
border-color: #C0D47E;
}
.TagClassName
{
border-color: #C0D47E;
}
</style>