Shades of Granny Apple #C0F5D2
Tints of Granny Apple #C0F5D2
RGB
CMYK
RGB Variations
Color information
#C0F5D2 (or 0xC0F5D2) is known color: Granny Apple. HEX triplet: C0, F5 and D2. RGB value is (192,245,210). Sum of RGB (Red+Green+Blue) = 192+245+210=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F5D2 is #3F0A2D. Grayscale: #E1E1E1. Windows color (decimal): -4131374 or 13825472. OLE color: 13825472.
HSL color Cylindrical-coordinate representation of color #C0F5D2: hue angle of 140.38º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F5D2 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 210 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.04 |
| HSL | 140.38º | 0.73% | 0.86% | - |
| HSV(B) | 140.38º | 0.22% | 0.96% | - |
| XYZ | 66.02 | 81.16 | 73.16 | - |
| YUV | 225.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 210 | 0.22 | 0 | 0.14 | 0.04 | 140.38 | 0.73 | 0.86 |
| Hex | C0 | F5 | D2 | 16 | 0 | E | 4 | 8C | 49 | 56 |
| Octal | 300 | 365 | 322 | 26 | 0 | 16 | 4 | 214 | 111 | 126 |
| Binary | 11000000 | 11110101 | 11010010 | 10110 | 0 | 1110 | 100 | 10001100 | 1001001 | 1010110 |
Color Harmonies of #C0F5D2
Complementary color
Monochromatic Colors of #C0F5D2
Black with #C0F5D2
Text Example
Text Example
White with #C0F5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F5D2; }
p { color: rgb(192,245,210); }
H1.HeaderClassName
{
color: #C0F5D2;
}
.AnyTagClassName
{
color: #C0F5D2;
}
</style>
background-color css
<style>
a { background-color: #C0F5D2; }
a { background-color: rgb(192,245,210); }
div.DivClassName
{
background-color: #C0F5D2;
}
.BgClassName
{
background-color: #C0F5D2;
}
</style>
border-color css
<style>
span { border-color: #C0F5D2; }
span { border-color: rgb(192,245,210); }
td.TdClassName
{
border-color: #C0F5D2;
}
.TagClassName
{
border-color: #C0F5D2;
}
</style>