Shades of Granny Apple #C0FAD1
Tints of Granny Apple #C0FAD1
RGB
CMYK
RGB Variations
Color information
#C0FAD1 (or 0xC0FAD1) is known color: Granny Apple. HEX triplet: C0, FA and D1. RGB value is (192,250,209). Sum of RGB (Red+Green+Blue) = 192+250+209=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FAD1 is #3F052E. Grayscale: #E4E4E4. Windows color (decimal): -4130095 or 13761216. OLE color: 13761216.
HSL color Cylindrical-coordinate representation of color #C0FAD1: hue angle of 137.59º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0FAD1 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 209 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.02 |
| HSL | 137.59º | 0.85% | 0.87% | - |
| HSV(B) | 137.59º | 0.23% | 0.98% | - |
| XYZ | 67.43 | 84.18 | 73.02 | - |
| YUV | 227.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 209 | 0.23 | 0 | 0.16 | 0.02 | 137.59 | 0.85 | 0.87 |
| Hex | C0 | FA | D1 | 17 | 0 | 10 | 2 | 8A | 55 | 57 |
| Octal | 300 | 372 | 321 | 27 | 0 | 20 | 2 | 212 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11010001 | 10111 | 0 | 10000 | 10 | 10001010 | 1010101 | 1010111 |
Color Harmonies of #C0FAD1
Complementary color
Monochromatic Colors of #C0FAD1
Black with #C0FAD1
Text Example
Text Example
White with #C0FAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAD1; }
p { color: rgb(192,250,209); }
H1.HeaderClassName
{
color: #C0FAD1;
}
.AnyTagClassName
{
color: #C0FAD1;
}
</style>
background-color css
<style>
a { background-color: #C0FAD1; }
a { background-color: rgb(192,250,209); }
div.DivClassName
{
background-color: #C0FAD1;
}
.BgClassName
{
background-color: #C0FAD1;
}
</style>
border-color css
<style>
span { border-color: #C0FAD1; }
span { border-color: rgb(192,250,209); }
td.TdClassName
{
border-color: #C0FAD1;
}
.TagClassName
{
border-color: #C0FAD1;
}
</style>