Shades of Granny Apple #C0FFD2
Tints of Granny Apple #C0FFD2
RGB
CMYK
RGB Variations
Color information
#C0FFD2 (or 0xC0FFD2) is known color: Granny Apple. HEX triplet: C0, FF and D2. RGB value is (192,255,210). Sum of RGB (Red+Green+Blue) = 192+255+210=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFD2 is #3F002D. Grayscale: #E7E7E7. Windows color (decimal): -4128814 or 13828032. OLE color: 13828032.
HSL color Cylindrical-coordinate representation of color #C0FFD2: hue angle of 137.14º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFD2 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 210 | - |
| CMYK | 0.25 | 0 | 0.18 | 0 |
| HSL | 137.14º | 1% | 0.88% | - |
| HSV(B) | 137.14º | 0.25% | 1% | - |
| XYZ | 69.13 | 87.38 | 74.2 | - |
| YUV | 231.03 | 116.13 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 210 | 0.25 | 0 | 0.18 | 0 | 137.14 | 1 | 0.88 |
| Hex | C0 | FF | D2 | 19 | 0 | 12 | 0 | 89 | 64 | 58 |
| Octal | 300 | 377 | 322 | 31 | 0 | 22 | 0 | 211 | 144 | 130 |
| Binary | 11000000 | 11111111 | 11010010 | 11001 | 0 | 10010 | 0 | 10001001 | 1100100 | 1011000 |
Color Harmonies of #C0FFD2
Complementary color
Monochromatic Colors of #C0FFD2
Black with #C0FFD2
Text Example
Text Example
White with #C0FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFD2; }
p { color: rgb(192,255,210); }
H1.HeaderClassName
{
color: #C0FFD2;
}
.AnyTagClassName
{
color: #C0FFD2;
}
</style>
background-color css
<style>
a { background-color: #C0FFD2; }
a { background-color: rgb(192,255,210); }
div.DivClassName
{
background-color: #C0FFD2;
}
.BgClassName
{
background-color: #C0FFD2;
}
</style>
border-color css
<style>
span { border-color: #C0FFD2; }
span { border-color: rgb(192,255,210); }
td.TdClassName
{
border-color: #C0FFD2;
}
.TagClassName
{
border-color: #C0FFD2;
}
</style>