Shades of Granny Apple #C0FECC
Tints of Granny Apple #C0FECC
RGB
CMYK
RGB Variations
Color information
#C0FECC (or 0xC0FECC) is known color: Granny Apple. HEX triplet: C0, FE and CC. RGB value is (192,254,204). Sum of RGB (Red+Green+Blue) = 192+254+204=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FECC is #3F0133. Grayscale: #E5E5E5. Windows color (decimal): -4129076 or 13434560. OLE color: 13434560.
HSL color Cylindrical-coordinate representation of color #C0FECC: hue angle of 131.61º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FECC is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 204 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.00 |
| HSL | 131.61º | 0.97% | 0.87% | - |
| HSV(B) | 131.61º | 0.24% | 1% | - |
| XYZ | 68.08 | 86.45 | 70.23 | - |
| YUV | 229.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 204 | 0.24 | 0 | 0.20 | 0.00 | 131.61 | 0.97 | 0.87 |
| Hex | C0 | FE | CC | 18 | 0 | 14 | 0 | 84 | 61 | 57 |
| Octal | 300 | 376 | 314 | 30 | 0 | 24 | 0 | 204 | 141 | 127 |
| Binary | 11000000 | 11111110 | 11001100 | 11000 | 0 | 10100 | 0 | 10000100 | 1100001 | 1010111 |
Color Harmonies of #C0FECC
Complementary color
Monochromatic Colors of #C0FECC
Black with #C0FECC
Text Example
Text Example
White with #C0FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FECC; }
p { color: rgb(192,254,204); }
H1.HeaderClassName
{
color: #C0FECC;
}
.AnyTagClassName
{
color: #C0FECC;
}
</style>
background-color css
<style>
a { background-color: #C0FECC; }
a { background-color: rgb(192,254,204); }
div.DivClassName
{
background-color: #C0FECC;
}
.BgClassName
{
background-color: #C0FECC;
}
</style>
border-color css
<style>
span { border-color: #C0FECC; }
span { border-color: rgb(192,254,204); }
td.TdClassName
{
border-color: #C0FECC;
}
.TagClassName
{
border-color: #C0FECC;
}
</style>