Shades of Granny Apple #C2FECD
Tints of Granny Apple #C2FECD
RGB
CMYK
RGB Variations
Color information
#C2FECD (or 0xC2FECD) is known color: Granny Apple. HEX triplet: C2, FE and CD. RGB value is (194,254,205). Sum of RGB (Red+Green+Blue) = 194+254+205=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FECD is #3D0132. Grayscale: #E6E6E6. Windows color (decimal): -3998003 or 13500098. OLE color: 13500098.
HSL color Cylindrical-coordinate representation of color #C2FECD: hue angle of 131º 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 #C2FECD is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 194 | 254 | 205 | - |
CMYK | 0.24 | 0 | 0.19 | 0.00 |
HSL | 131º | 0.97% | 0.88% | - |
HSV(B) | 131º | 0.24% | 1% | - |
XYZ | 68.71 | 86.76 | 70.88 | - |
YUV | 230.47 | 113.62 | 101.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 254 | 205 | 0.24 | 0 | 0.19 | 0.00 | 131 | 0.97 | 0.88 |
Hex | C2 | FE | CD | 18 | 0 | 13 | 0 | 83 | 61 | 58 |
Octal | 302 | 376 | 315 | 30 | 0 | 23 | 0 | 203 | 141 | 130 |
Binary | 11000010 | 11111110 | 11001101 | 11000 | 0 | 10011 | 0 | 10000011 | 1100001 | 1011000 |
Color Harmonies of #C2FECD
Complementary color
Monochromatic Colors of #C2FECD
Black with #C2FECD
Text Example
Text Example
White with #C2FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FECD; }
p { color: rgb(194,254,205); }
H1.HeaderClassName
{
color: #C2FECD;
}
.AnyTagClassName
{
color: #C2FECD;
}
</style>
background-color css
<style>
a { background-color: #C2FECD; }
a { background-color: rgb(194,254,205); }
div.DivClassName
{
background-color: #C2FECD;
}
.BgClassName
{
background-color: #C2FECD;
}
</style>
border-color css
<style>
span { border-color: #C2FECD; }
span { border-color: rgb(194,254,205); }
td.TdClassName
{
border-color: #C2FECD;
}
.TagClassName
{
border-color: #C2FECD;
}
</style>