Shades of Granny Apple #C0FBCC
Tints of Granny Apple #C0FBCC
RGB
CMYK
RGB Variations
Color information
#C0FBCC (or 0xC0FBCC) is known color: Granny Apple. HEX triplet: C0, FB and CC. RGB value is (192,251,204). Sum of RGB (Red+Green+Blue) = 192+251+204=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBCC is #3F0433. Grayscale: #E4E4E4. Windows color (decimal): -4129844 or 13433792. OLE color: 13433792.
HSL color Cylindrical-coordinate representation of color #C0FBCC: hue angle of 132.2º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBCC is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 204 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.02 |
| HSL | 132.2º | 0.88% | 0.87% | - |
| HSV(B) | 132.2º | 0.24% | 0.98% | - |
| XYZ | 67.13 | 84.56 | 69.91 | - |
| YUV | 228 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 204 | 0.24 | 0 | 0.19 | 0.02 | 132.2 | 0.88 | 0.87 |
| Hex | C0 | FB | CC | 18 | 0 | 13 | 2 | 84 | 58 | 57 |
| Octal | 300 | 373 | 314 | 30 | 0 | 23 | 2 | 204 | 130 | 127 |
| Binary | 11000000 | 11111011 | 11001100 | 11000 | 0 | 10011 | 10 | 10000100 | 1011000 | 1010111 |
Color Harmonies of #C0FBCC
Complementary color
Monochromatic Colors of #C0FBCC
Black with #C0FBCC
Text Example
Text Example
White with #C0FBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBCC; }
p { color: rgb(192,251,204); }
H1.HeaderClassName
{
color: #C0FBCC;
}
.AnyTagClassName
{
color: #C0FBCC;
}
</style>
background-color css
<style>
a { background-color: #C0FBCC; }
a { background-color: rgb(192,251,204); }
div.DivClassName
{
background-color: #C0FBCC;
}
.BgClassName
{
background-color: #C0FBCC;
}
</style>
border-color css
<style>
span { border-color: #C0FBCC; }
span { border-color: rgb(192,251,204); }
td.TdClassName
{
border-color: #C0FBCC;
}
.TagClassName
{
border-color: #C0FBCC;
}
</style>