Shades of Deco #C0D27F
Tints of Deco #C0D27F
RGB
CMYK
RGB Variations
Color information
#C0D27F (or 0xC0D27F) is known color: Deco. HEX triplet: C0, D2 and 7F. RGB value is (192,210,127). Sum of RGB (Red+Green+Blue) = 192+210+127=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D27F is #3F2D80. Grayscale: #C3C3C3. Windows color (decimal): -4140417 or 8377024. OLE color: 8377024.
HSL color Cylindrical-coordinate representation of color #C0D27F: hue angle of 73.01º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0D27F is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 127 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.18 |
| HSL | 73.01º | 0.48% | 0.66% | - |
| HSV(B) | 73.01º | 0.4% | 0.82% | - |
| XYZ | 48.62 | 58.83 | 28.87 | - |
| YUV | 195.16 | 89.54 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 127 | 0.09 | 0 | 0.40 | 0.18 | 73.01 | 0.48 | 0.66 |
| Hex | C0 | D2 | 7F | 9 | 0 | 28 | 12 | 49 | 30 | 42 |
| Octal | 300 | 322 | 177 | 11 | 0 | 50 | 22 | 111 | 60 | 102 |
| Binary | 11000000 | 11010010 | 1111111 | 1001 | 0 | 101000 | 10010 | 1001001 | 110000 | 1000010 |
Color Harmonies of #C0D27F
Complementary color
Monochromatic Colors of #C0D27F
Black with #C0D27F
Text Example
Text Example
White with #C0D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D27F; }
p { color: rgb(192,210,127); }
H1.HeaderClassName
{
color: #C0D27F;
}
.AnyTagClassName
{
color: #C0D27F;
}
</style>
background-color css
<style>
a { background-color: #C0D27F; }
a { background-color: rgb(192,210,127); }
div.DivClassName
{
background-color: #C0D27F;
}
.BgClassName
{
background-color: #C0D27F;
}
</style>
border-color css
<style>
span { border-color: #C0D27F; }
span { border-color: rgb(192,210,127); }
td.TdClassName
{
border-color: #C0D27F;
}
.TagClassName
{
border-color: #C0D27F;
}
</style>