Shades of Granny Apple #C0EDCC
Tints of Granny Apple #C0EDCC
RGB
CMYK
RGB Variations
Color information
#C0EDCC (or 0xC0EDCC) is known color: Granny Apple. HEX triplet: C0, ED and CC. RGB value is (192,237,204). Sum of RGB (Red+Green+Blue) = 192+237+204=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDCC is #3F1233. Grayscale: #DBDBDB. Windows color (decimal): -4133428 or 13430208. OLE color: 13430208.
HSL color Cylindrical-coordinate representation of color #C0EDCC: hue angle of 136º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EDCC is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 204 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.07 |
| HSL | 136º | 0.56% | 0.84% | - |
| HSV(B) | 136º | 0.19% | 0.93% | - |
| XYZ | 62.92 | 76.13 | 68.51 | - |
| YUV | 219.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 204 | 0.19 | 0 | 0.14 | 0.07 | 136 | 0.56 | 0.84 |
| Hex | C0 | ED | CC | 13 | 0 | E | 7 | 88 | 38 | 54 |
| Octal | 300 | 355 | 314 | 23 | 0 | 16 | 7 | 210 | 70 | 124 |
| Binary | 11000000 | 11101101 | 11001100 | 10011 | 0 | 1110 | 111 | 10001000 | 111000 | 1010100 |
Color Harmonies of #C0EDCC
Complementary color
Monochromatic Colors of #C0EDCC
Black with #C0EDCC
Text Example
Text Example
White with #C0EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDCC; }
p { color: rgb(192,237,204); }
H1.HeaderClassName
{
color: #C0EDCC;
}
.AnyTagClassName
{
color: #C0EDCC;
}
</style>
background-color css
<style>
a { background-color: #C0EDCC; }
a { background-color: rgb(192,237,204); }
div.DivClassName
{
background-color: #C0EDCC;
}
.BgClassName
{
background-color: #C0EDCC;
}
</style>
border-color css
<style>
span { border-color: #C0EDCC; }
span { border-color: rgb(192,237,204); }
td.TdClassName
{
border-color: #C0EDCC;
}
.TagClassName
{
border-color: #C0EDCC;
}
</style>