Shades of Granny Apple #C0FFD1
Tints of Granny Apple #C0FFD1
RGB
CMYK
RGB Variations
Color information
#C0FFD1 (or 0xC0FFD1) is known color: Granny Apple. HEX triplet: C0, FF and D1. RGB value is (192,255,209). Sum of RGB (Red+Green+Blue) = 192+255+209=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFD1 is #3F002E. Grayscale: #E7E7E7. Windows color (decimal): -4128815 or 13762496. OLE color: 13762496.
HSL color Cylindrical-coordinate representation of color #C0FFD1: hue angle of 136.19º 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 #C0FFD1 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 209 | - |
| CMYK | 0.25 | 0 | 0.18 | 0 |
| HSL | 136.19º | 1% | 0.88% | - |
| HSV(B) | 136.19º | 0.25% | 1% | - |
| XYZ | 69.01 | 87.33 | 73.54 | - |
| YUV | 230.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 209 | 0.25 | 0 | 0.18 | 0 | 136.19 | 1 | 0.88 |
| Hex | C0 | FF | D1 | 19 | 0 | 12 | 0 | 88 | 64 | 58 |
| Octal | 300 | 377 | 321 | 31 | 0 | 22 | 0 | 210 | 144 | 130 |
| Binary | 11000000 | 11111111 | 11010001 | 11001 | 0 | 10010 | 0 | 10001000 | 1100100 | 1011000 |
Color Harmonies of #C0FFD1
Complementary color
Monochromatic Colors of #C0FFD1
Black with #C0FFD1
Text Example
Text Example
White with #C0FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFD1; }
p { color: rgb(192,255,209); }
H1.HeaderClassName
{
color: #C0FFD1;
}
.AnyTagClassName
{
color: #C0FFD1;
}
</style>
background-color css
<style>
a { background-color: #C0FFD1; }
a { background-color: rgb(192,255,209); }
div.DivClassName
{
background-color: #C0FFD1;
}
.BgClassName
{
background-color: #C0FFD1;
}
</style>
border-color css
<style>
span { border-color: #C0FFD1; }
span { border-color: rgb(192,255,209); }
td.TdClassName
{
border-color: #C0FFD1;
}
.TagClassName
{
border-color: #C0FFD1;
}
</style>