Shades of Granny Apple #C2E2CD
Tints of Granny Apple #C2E2CD
RGB
CMYK
RGB Variations
Color information
#C2E2CD (or 0xC2E2CD) is known color: Granny Apple. HEX triplet: C2, E2 and CD. RGB value is (194,226,205). Sum of RGB (Red+Green+Blue) = 194+226+205=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E2CD is #3D1D32. Grayscale: #D6D6D6. Windows color (decimal): -4005171 or 13492930. OLE color: 13492930.
HSL color Cylindrical-coordinate representation of color #C2E2CD: hue angle of 140.62º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2E2CD is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 205 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.11 |
| HSL | 140.63º | 0.36% | 0.82% | - |
| HSV(B) | 140.63º | 0.14% | 0.89% | - |
| XYZ | 60.46 | 70.27 | 68.13 | - |
| YUV | 214.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 205 | 0.14 | 0 | 0.09 | 0.11 | 140.63 | 0.36 | 0.82 |
| Hex | C2 | E2 | CD | E | 0 | 9 | B | 8D | 24 | 52 |
| Octal | 302 | 342 | 315 | 16 | 0 | 11 | 13 | 215 | 44 | 122 |
| Binary | 11000010 | 11100010 | 11001101 | 1110 | 0 | 1001 | 1011 | 10001101 | 100100 | 1010010 |
Color Harmonies of #C2E2CD
Complementary color
Monochromatic Colors of #C2E2CD
Black with #C2E2CD
Text Example
Text Example
White with #C2E2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E2CD; }
p { color: rgb(194,226,205); }
H1.HeaderClassName
{
color: #C2E2CD;
}
.AnyTagClassName
{
color: #C2E2CD;
}
</style>
background-color css
<style>
a { background-color: #C2E2CD; }
a { background-color: rgb(194,226,205); }
div.DivClassName
{
background-color: #C2E2CD;
}
.BgClassName
{
background-color: #C2E2CD;
}
</style>
border-color css
<style>
span { border-color: #C2E2CD; }
span { border-color: rgb(194,226,205); }
td.TdClassName
{
border-color: #C2E2CD;
}
.TagClassName
{
border-color: #C2E2CD;
}
</style>