Shades of Granny Apple #C2FFCC
Tints of Granny Apple #C2FFCC
RGB
CMYK
RGB Variations
Color information
#C2FFCC (or 0xC2FFCC) is known color: Granny Apple. HEX triplet: C2, FF and CC. RGB value is (194,255,204). Sum of RGB (Red+Green+Blue) = 194+255+204=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFCC is #3D0033. Grayscale: #E7E7E7. Windows color (decimal): -3997748 or 13434818. OLE color: 13434818.
HSL color Cylindrical-coordinate representation of color #C2FFCC: hue angle of 129.84º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFCC is Cyan = 0.24, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 204 | - |
| CMYK | 0.24 | 0 | 0.2 | 0 |
| HSL | 129.84º | 1% | 0.88% | - |
| HSV(B) | 129.84º | 0.24% | 1% | - |
| XYZ | 68.91 | 87.35 | 70.35 | - |
| YUV | 230.95 | 112.79 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 204 | 0.24 | 0 | 0.2 | 0 | 129.84 | 1 | 0.88 |
| Hex | C2 | FF | CC | 18 | 0 | 14 | 0 | 82 | 64 | 58 |
| Octal | 302 | 377 | 314 | 30 | 0 | 24 | 0 | 202 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11001100 | 11000 | 0 | 10100 | 0 | 10000010 | 1100100 | 1011000 |
Color Harmonies of #C2FFCC
Complementary color
Monochromatic Colors of #C2FFCC
Black with #C2FFCC
Text Example
Text Example
White with #C2FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFCC; }
p { color: rgb(194,255,204); }
H1.HeaderClassName
{
color: #C2FFCC;
}
.AnyTagClassName
{
color: #C2FFCC;
}
</style>
background-color css
<style>
a { background-color: #C2FFCC; }
a { background-color: rgb(194,255,204); }
div.DivClassName
{
background-color: #C2FFCC;
}
.BgClassName
{
background-color: #C2FFCC;
}
</style>
border-color css
<style>
span { border-color: #C2FFCC; }
span { border-color: rgb(194,255,204); }
td.TdClassName
{
border-color: #C2FFCC;
}
.TagClassName
{
border-color: #C2FFCC;
}
</style>