Shades of Deco #C0D37C
Tints of Deco #C0D37C
RGB
CMYK
RGB Variations
Color information
#C0D37C (or 0xC0D37C) is known color: Deco. HEX triplet: C0, D3 and 7C. RGB value is (192,211,124). Sum of RGB (Red+Green+Blue) = 192+211+124=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D37C is #3F2C83. Grayscale: #C3C3C3. Windows color (decimal): -4140164 or 8180672. OLE color: 8180672.
HSL color Cylindrical-coordinate representation of color #C0D37C: hue angle of 73.1º 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 #C0D37C is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 124 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.17 |
| HSL | 73.1º | 0.5% | 0.66% | - |
| HSV(B) | 73.1º | 0.41% | 0.83% | - |
| XYZ | 48.67 | 59.25 | 27.94 | - |
| YUV | 195.4 | 87.71 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 124 | 0.09 | 0 | 0.41 | 0.17 | 73.1 | 0.5 | 0.66 |
| Hex | C0 | D3 | 7C | 9 | 0 | 29 | 11 | 49 | 32 | 42 |
| Octal | 300 | 323 | 174 | 11 | 0 | 51 | 21 | 111 | 62 | 102 |
| Binary | 11000000 | 11010011 | 1111100 | 1001 | 0 | 101001 | 10001 | 1001001 | 110010 | 1000010 |
Color Harmonies of #C0D37C
Complementary color
Monochromatic Colors of #C0D37C
Black with #C0D37C
Text Example
Text Example
White with #C0D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D37C; }
p { color: rgb(192,211,124); }
H1.HeaderClassName
{
color: #C0D37C;
}
.AnyTagClassName
{
color: #C0D37C;
}
</style>
background-color css
<style>
a { background-color: #C0D37C; }
a { background-color: rgb(192,211,124); }
div.DivClassName
{
background-color: #C0D37C;
}
.BgClassName
{
background-color: #C0D37C;
}
</style>
border-color css
<style>
span { border-color: #C0D37C; }
span { border-color: rgb(192,211,124); }
td.TdClassName
{
border-color: #C0D37C;
}
.TagClassName
{
border-color: #C0D37C;
}
</style>