Shades of Granny Apple #C0FACC
Tints of Granny Apple #C0FACC
RGB
CMYK
RGB Variations
Color information
#C0FACC (or 0xC0FACC) is known color: Granny Apple. HEX triplet: C0, FA and CC. RGB value is (192,250,204). Sum of RGB (Red+Green+Blue) = 192+250+204=646 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.72% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FACC is #3F0533. Grayscale: #E3E3E3. Windows color (decimal): -4130100 or 13433536. OLE color: 13433536.
HSL color Cylindrical-coordinate representation of color #C0FACC: hue angle of 132.41º 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 #C0FACC is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 204 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.02 |
| HSL | 132.41º | 0.85% | 0.87% | - |
| HSV(B) | 132.41º | 0.23% | 0.98% | - |
| XYZ | 66.82 | 83.94 | 69.81 | - |
| YUV | 227.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 204 | 0.23 | 0 | 0.18 | 0.02 | 132.41 | 0.85 | 0.87 |
| Hex | C0 | FA | CC | 17 | 0 | 12 | 2 | 84 | 55 | 57 |
| Octal | 300 | 372 | 314 | 27 | 0 | 22 | 2 | 204 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11001100 | 10111 | 0 | 10010 | 10 | 10000100 | 1010101 | 1010111 |
Color Harmonies of #C0FACC
Complementary color
Monochromatic Colors of #C0FACC
Black with #C0FACC
Text Example
Text Example
White with #C0FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FACC; }
p { color: rgb(192,250,204); }
H1.HeaderClassName
{
color: #C0FACC;
}
.AnyTagClassName
{
color: #C0FACC;
}
</style>
background-color css
<style>
a { background-color: #C0FACC; }
a { background-color: rgb(192,250,204); }
div.DivClassName
{
background-color: #C0FACC;
}
.BgClassName
{
background-color: #C0FACC;
}
</style>
border-color css
<style>
span { border-color: #C0FACC; }
span { border-color: rgb(192,250,204); }
td.TdClassName
{
border-color: #C0FACC;
}
.TagClassName
{
border-color: #C0FACC;
}
</style>