Shades of Granny Apple #C0FAD2
Tints of Granny Apple #C0FAD2
RGB
CMYK
RGB Variations
Color information
#C0FAD2 (or 0xC0FAD2) is known color: Granny Apple. HEX triplet: C0, FA and D2. RGB value is (192,250,210). Sum of RGB (Red+Green+Blue) = 192+250+210=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FAD2 is #3F052D. Grayscale: #E4E4E4. Windows color (decimal): -4130094 or 13826752. OLE color: 13826752.
HSL color Cylindrical-coordinate representation of color #C0FAD2: hue angle of 138.62º 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 #C0FAD2 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 210 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.02 |
| HSL | 138.62º | 0.85% | 0.87% | - |
| HSV(B) | 138.62º | 0.23% | 0.98% | - |
| XYZ | 67.56 | 84.23 | 73.67 | - |
| YUV | 228.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 210 | 0.23 | 0 | 0.16 | 0.02 | 138.62 | 0.85 | 0.87 |
| Hex | C0 | FA | D2 | 17 | 0 | 10 | 2 | 8B | 55 | 57 |
| Octal | 300 | 372 | 322 | 27 | 0 | 20 | 2 | 213 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11010010 | 10111 | 0 | 10000 | 10 | 10001011 | 1010101 | 1010111 |
Color Harmonies of #C0FAD2
Complementary color
Monochromatic Colors of #C0FAD2
Black with #C0FAD2
Text Example
Text Example
White with #C0FAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAD2; }
p { color: rgb(192,250,210); }
H1.HeaderClassName
{
color: #C0FAD2;
}
.AnyTagClassName
{
color: #C0FAD2;
}
</style>
background-color css
<style>
a { background-color: #C0FAD2; }
a { background-color: rgb(192,250,210); }
div.DivClassName
{
background-color: #C0FAD2;
}
.BgClassName
{
background-color: #C0FAD2;
}
</style>
border-color css
<style>
span { border-color: #C0FAD2; }
span { border-color: rgb(192,250,210); }
td.TdClassName
{
border-color: #C0FAD2;
}
.TagClassName
{
border-color: #C0FAD2;
}
</style>