Shades of Granny Apple #C2EEC8
Tints of Granny Apple #C2EEC8
RGB
CMYK
RGB Variations
Color information
#C2EEC8 (or 0xC2EEC8) is known color: Granny Apple. HEX triplet: C2, EE and C8. RGB value is (194,238,200). Sum of RGB (Red+Green+Blue) = 194+238+200=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EEC8 is #3D1137. Grayscale: #DCDCDC. Windows color (decimal): -4002104 or 13168322. OLE color: 13168322.
HSL color Cylindrical-coordinate representation of color #C2EEC8: hue angle of 128.18º degrees, saturation: 0.56, 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 #C2EEC8 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 200 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.07 |
| HSL | 128.18º | 0.56% | 0.85% | - |
| HSV(B) | 128.18º | 0.18% | 0.93% | - |
| XYZ | 63.25 | 76.79 | 66.13 | - |
| YUV | 220.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 200 | 0.18 | 0 | 0.16 | 0.07 | 128.18 | 0.56 | 0.85 |
| Hex | C2 | EE | C8 | 12 | 0 | 10 | 7 | 80 | 38 | 55 |
| Octal | 302 | 356 | 310 | 22 | 0 | 20 | 7 | 200 | 70 | 125 |
| Binary | 11000010 | 11101110 | 11001000 | 10010 | 0 | 10000 | 111 | 10000000 | 111000 | 1010101 |
Color Harmonies of #C2EEC8
Complementary color
Monochromatic Colors of #C2EEC8
Black with #C2EEC8
Text Example
Text Example
White with #C2EEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EEC8; }
p { color: rgb(194,238,200); }
H1.HeaderClassName
{
color: #C2EEC8;
}
.AnyTagClassName
{
color: #C2EEC8;
}
</style>
background-color css
<style>
a { background-color: #C2EEC8; }
a { background-color: rgb(194,238,200); }
div.DivClassName
{
background-color: #C2EEC8;
}
.BgClassName
{
background-color: #C2EEC8;
}
</style>
border-color css
<style>
span { border-color: #C2EEC8; }
span { border-color: rgb(194,238,200); }
td.TdClassName
{
border-color: #C2EEC8;
}
.TagClassName
{
border-color: #C2EEC8;
}
</style>