Shades of Granny Apple #C0FACE
Tints of Granny Apple #C0FACE
RGB
CMYK
RGB Variations
Color information
#C0FACE (or 0xC0FACE) is known color: Granny Apple. HEX triplet: C0, FA and CE. RGB value is (192,250,206). Sum of RGB (Red+Green+Blue) = 192+250+206=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FACE is #3F0531. Grayscale: #E3E3E3. Windows color (decimal): -4130098 or 13564608. OLE color: 13564608.
HSL color Cylindrical-coordinate representation of color #C0FACE: hue angle of 134.48º 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 #C0FACE is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 206 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.02 |
| HSL | 134.48º | 0.85% | 0.87% | - |
| HSV(B) | 134.48º | 0.23% | 0.98% | - |
| XYZ | 67.06 | 84.03 | 71.08 | - |
| YUV | 227.64 | 115.78 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 206 | 0.23 | 0 | 0.18 | 0.02 | 134.48 | 0.85 | 0.87 |
| Hex | C0 | FA | CE | 17 | 0 | 12 | 2 | 86 | 55 | 57 |
| Octal | 300 | 372 | 316 | 27 | 0 | 22 | 2 | 206 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11001110 | 10111 | 0 | 10010 | 10 | 10000110 | 1010101 | 1010111 |
Color Harmonies of #C0FACE
Complementary color
Monochromatic Colors of #C0FACE
Black with #C0FACE
Text Example
Text Example
White with #C0FACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FACE; }
p { color: rgb(192,250,206); }
H1.HeaderClassName
{
color: #C0FACE;
}
.AnyTagClassName
{
color: #C0FACE;
}
</style>
background-color css
<style>
a { background-color: #C0FACE; }
a { background-color: rgb(192,250,206); }
div.DivClassName
{
background-color: #C0FACE;
}
.BgClassName
{
background-color: #C0FACE;
}
</style>
border-color css
<style>
span { border-color: #C0FACE; }
span { border-color: rgb(192,250,206); }
td.TdClassName
{
border-color: #C0FACE;
}
.TagClassName
{
border-color: #C0FACE;
}
</style>