Shades of Granny Apple #C0E5CE
Tints of Granny Apple #C0E5CE
RGB
CMYK
RGB Variations
Color information
#C0E5CE (or 0xC0E5CE) is known color: Granny Apple. HEX triplet: C0, E5 and CE. RGB value is (192,229,206). Sum of RGB (Red+Green+Blue) = 192+229+206=627 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.62% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E5CE is #3F1A31. Grayscale: #D7D7D7. Windows color (decimal): -4135474 or 13559232. OLE color: 13559232.
HSL color Cylindrical-coordinate representation of color #C0E5CE: hue angle of 142.7º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0E5CE is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 206 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.10 |
| HSL | 142.7º | 0.42% | 0.83% | - |
| HSV(B) | 142.7º | 0.16% | 0.9% | - |
| XYZ | 60.9 | 71.7 | 69.02 | - |
| YUV | 215.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 206 | 0.16 | 0 | 0.10 | 0.10 | 142.7 | 0.42 | 0.83 |
| Hex | C0 | E5 | CE | 10 | 0 | A | A | 8F | 2A | 53 |
| Octal | 300 | 345 | 316 | 20 | 0 | 12 | 12 | 217 | 52 | 123 |
| Binary | 11000000 | 11100101 | 11001110 | 10000 | 0 | 1010 | 1010 | 10001111 | 101010 | 1010011 |
Color Harmonies of #C0E5CE
Complementary color
Monochromatic Colors of #C0E5CE
Black with #C0E5CE
Text Example
Text Example
White with #C0E5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E5CE; }
p { color: rgb(192,229,206); }
H1.HeaderClassName
{
color: #C0E5CE;
}
.AnyTagClassName
{
color: #C0E5CE;
}
</style>
background-color css
<style>
a { background-color: #C0E5CE; }
a { background-color: rgb(192,229,206); }
div.DivClassName
{
background-color: #C0E5CE;
}
.BgClassName
{
background-color: #C0E5CE;
}
</style>
border-color css
<style>
span { border-color: #C0E5CE; }
span { border-color: rgb(192,229,206); }
td.TdClassName
{
border-color: #C0E5CE;
}
.TagClassName
{
border-color: #C0E5CE;
}
</style>