Shades of Granny Apple #C2FECB
Tints of Granny Apple #C2FECB
RGB
CMYK
RGB Variations
Color information
#C2FECB (or 0xC2FECB) is known color: Granny Apple. HEX triplet: C2, FE and CB. RGB value is (194,254,203). Sum of RGB (Red+Green+Blue) = 194+254+203=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FECB is #3D0134. Grayscale: #E6E6E6. Windows color (decimal): -3998005 or 13369026. OLE color: 13369026.
HSL color Cylindrical-coordinate representation of color #C2FECB: hue angle of 129º 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 #C2FECB is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 194 | 254 | 203 | - |
CMYK | 0.24 | 0 | 0.20 | 0.00 |
HSL | 129º | 0.97% | 0.88% | - |
HSV(B) | 129º | 0.24% | 1% | - |
XYZ | 68.47 | 86.66 | 69.62 | - |
YUV | 230.25 | 112.62 | 102.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 254 | 203 | 0.24 | 0 | 0.20 | 0.00 | 129 | 0.97 | 0.88 |
Hex | C2 | FE | CB | 18 | 0 | 14 | 0 | 81 | 61 | 58 |
Octal | 302 | 376 | 313 | 30 | 0 | 24 | 0 | 201 | 141 | 130 |
Binary | 11000010 | 11111110 | 11001011 | 11000 | 0 | 10100 | 0 | 10000001 | 1100001 | 1011000 |
Color Harmonies of #C2FECB
Complementary color
Monochromatic Colors of #C2FECB
Black with #C2FECB
Text Example
Text Example
White with #C2FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FECB; }
p { color: rgb(194,254,203); }
H1.HeaderClassName
{
color: #C2FECB;
}
.AnyTagClassName
{
color: #C2FECB;
}
</style>
background-color css
<style>
a { background-color: #C2FECB; }
a { background-color: rgb(194,254,203); }
div.DivClassName
{
background-color: #C2FECB;
}
.BgClassName
{
background-color: #C2FECB;
}
</style>
border-color css
<style>
span { border-color: #C2FECB; }
span { border-color: rgb(194,254,203); }
td.TdClassName
{
border-color: #C2FECB;
}
.TagClassName
{
border-color: #C2FECB;
}
</style>