Shades of Granny Apple #C2FECF
Tints of Granny Apple #C2FECF
RGB
CMYK
RGB Variations
Color information
#C2FECF (or 0xC2FECF) is known color: Granny Apple. HEX triplet: C2, FE and CF. RGB value is (194,254,207). Sum of RGB (Red+Green+Blue) = 194+254+207=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FECF is #3D0130. Grayscale: #E6E6E6. Windows color (decimal): -3998001 or 13631170. OLE color: 13631170.
HSL color Cylindrical-coordinate representation of color #C2FECF: hue angle of 133º 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 #C2FECF is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 207 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.00 |
| HSL | 133º | 0.97% | 0.88% | - |
| HSV(B) | 133º | 0.24% | 1% | - |
| XYZ | 68.95 | 86.86 | 72.16 | - |
| YUV | 230.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 207 | 0.24 | 0 | 0.19 | 0.00 | 133 | 0.97 | 0.88 |
| Hex | C2 | FE | CF | 18 | 0 | 13 | 0 | 85 | 61 | 58 |
| Octal | 302 | 376 | 317 | 30 | 0 | 23 | 0 | 205 | 141 | 130 |
| Binary | 11000010 | 11111110 | 11001111 | 11000 | 0 | 10011 | 0 | 10000101 | 1100001 | 1011000 |
Color Harmonies of #C2FECF
Complementary color
Monochromatic Colors of #C2FECF
Black with #C2FECF
Text Example
Text Example
White with #C2FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FECF; }
p { color: rgb(194,254,207); }
H1.HeaderClassName
{
color: #C2FECF;
}
.AnyTagClassName
{
color: #C2FECF;
}
</style>
background-color css
<style>
a { background-color: #C2FECF; }
a { background-color: rgb(194,254,207); }
div.DivClassName
{
background-color: #C2FECF;
}
.BgClassName
{
background-color: #C2FECF;
}
</style>
border-color css
<style>
span { border-color: #C2FECF; }
span { border-color: rgb(194,254,207); }
td.TdClassName
{
border-color: #C2FECF;
}
.TagClassName
{
border-color: #C2FECF;
}
</style>