Shades of Granny Apple #C2FED0
Tints of Granny Apple #C2FED0
RGB
CMYK
RGB Variations
Color information
#C2FED0 (or 0xC2FED0) is known color: Granny Apple. HEX triplet: C2, FE and D0. RGB value is (194,254,208). Sum of RGB (Red+Green+Blue) = 194+254+208=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FED0 is #3D012F. Grayscale: #E6E6E6. Windows color (decimal): -3998000 or 13696706. OLE color: 13696706.
HSL color Cylindrical-coordinate representation of color #C2FED0: hue angle of 134º 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 #C2FED0 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 208 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.00 |
| HSL | 134º | 0.97% | 0.88% | - |
| HSV(B) | 134º | 0.24% | 1% | - |
| XYZ | 69.08 | 86.91 | 72.81 | - |
| YUV | 230.82 | 115.12 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 208 | 0.24 | 0 | 0.18 | 0.00 | 134 | 0.97 | 0.88 |
| Hex | C2 | FE | D0 | 18 | 0 | 12 | 0 | 86 | 61 | 58 |
| Octal | 302 | 376 | 320 | 30 | 0 | 22 | 0 | 206 | 141 | 130 |
| Binary | 11000010 | 11111110 | 11010000 | 11000 | 0 | 10010 | 0 | 10000110 | 1100001 | 1011000 |
Color Harmonies of #C2FED0
Complementary color
Monochromatic Colors of #C2FED0
Black with #C2FED0
Text Example
Text Example
White with #C2FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FED0; }
p { color: rgb(194,254,208); }
H1.HeaderClassName
{
color: #C2FED0;
}
.AnyTagClassName
{
color: #C2FED0;
}
</style>
background-color css
<style>
a { background-color: #C2FED0; }
a { background-color: rgb(194,254,208); }
div.DivClassName
{
background-color: #C2FED0;
}
.BgClassName
{
background-color: #C2FED0;
}
</style>
border-color css
<style>
span { border-color: #C2FED0; }
span { border-color: rgb(194,254,208); }
td.TdClassName
{
border-color: #C2FED0;
}
.TagClassName
{
border-color: #C2FED0;
}
</style>