Shades of Granny Apple #C2EDCE
Tints of Granny Apple #C2EDCE
RGB
CMYK
RGB Variations
Color information
#C2EDCE (or 0xC2EDCE) is known color: Granny Apple. HEX triplet: C2, ED and CE. RGB value is (194,237,206). Sum of RGB (Red+Green+Blue) = 194+237+206=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDCE is #3D1231. Grayscale: #DCDCDC. Windows color (decimal): -4002354 or 13561282. OLE color: 13561282.
HSL color Cylindrical-coordinate representation of color #C2EDCE: hue angle of 136.74º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EDCE is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 206 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.07 |
| HSL | 136.74º | 0.54% | 0.85% | - |
| HSV(B) | 136.74º | 0.18% | 0.93% | - |
| XYZ | 63.67 | 76.49 | 69.8 | - |
| YUV | 220.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 206 | 0.18 | 0 | 0.13 | 0.07 | 136.74 | 0.54 | 0.85 |
| Hex | C2 | ED | CE | 12 | 0 | D | 7 | 89 | 36 | 55 |
| Octal | 302 | 355 | 316 | 22 | 0 | 15 | 7 | 211 | 66 | 125 |
| Binary | 11000010 | 11101101 | 11001110 | 10010 | 0 | 1101 | 111 | 10001001 | 110110 | 1010101 |
Color Harmonies of #C2EDCE
Complementary color
Monochromatic Colors of #C2EDCE
Black with #C2EDCE
Text Example
Text Example
White with #C2EDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDCE; }
p { color: rgb(194,237,206); }
H1.HeaderClassName
{
color: #C2EDCE;
}
.AnyTagClassName
{
color: #C2EDCE;
}
</style>
background-color css
<style>
a { background-color: #C2EDCE; }
a { background-color: rgb(194,237,206); }
div.DivClassName
{
background-color: #C2EDCE;
}
.BgClassName
{
background-color: #C2EDCE;
}
</style>
border-color css
<style>
span { border-color: #C2EDCE; }
span { border-color: rgb(194,237,206); }
td.TdClassName
{
border-color: #C2EDCE;
}
.TagClassName
{
border-color: #C2EDCE;
}
</style>