Shades of Granny Apple #C2FECA
Tints of Granny Apple #C2FECA
RGB
CMYK
RGB Variations
Color information
#C2FECA (or 0xC2FECA) is known color: Granny Apple. HEX triplet: C2, FE and CA. RGB value is (194,254,202). Sum of RGB (Red+Green+Blue) = 194+254+202=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FECA is #3D0135. Grayscale: #E6E6E6. Windows color (decimal): -3998006 or 13303490. OLE color: 13303490.
HSL color Cylindrical-coordinate representation of color #C2FECA: hue angle of 128º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FECA is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 202 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.00 |
| HSL | 128º | 0.97% | 0.88% | - |
| HSV(B) | 128º | 0.24% | 1% | - |
| XYZ | 68.35 | 86.62 | 68.99 | - |
| YUV | 230.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 202 | 0.24 | 0 | 0.20 | 0.00 | 128 | 0.97 | 0.88 |
| Hex | C2 | FE | CA | 18 | 0 | 14 | 0 | 80 | 61 | 58 |
| Octal | 302 | 376 | 312 | 30 | 0 | 24 | 0 | 200 | 141 | 130 |
| Binary | 11000010 | 11111110 | 11001010 | 11000 | 0 | 10100 | 0 | 10000000 | 1100001 | 1011000 |
Color Harmonies of #C2FECA
Complementary color
Monochromatic Colors of #C2FECA
Black with #C2FECA
Text Example
Text Example
White with #C2FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FECA; }
p { color: rgb(194,254,202); }
H1.HeaderClassName
{
color: #C2FECA;
}
.AnyTagClassName
{
color: #C2FECA;
}
</style>
background-color css
<style>
a { background-color: #C2FECA; }
a { background-color: rgb(194,254,202); }
div.DivClassName
{
background-color: #C2FECA;
}
.BgClassName
{
background-color: #C2FECA;
}
</style>
border-color css
<style>
span { border-color: #C2FECA; }
span { border-color: rgb(194,254,202); }
td.TdClassName
{
border-color: #C2FECA;
}
.TagClassName
{
border-color: #C2FECA;
}
</style>