Shades of Granny Apple #C2EECD
Tints of Granny Apple #C2EECD
RGB
CMYK
RGB Variations
Color information
#C2EECD (or 0xC2EECD) is known color: Granny Apple. HEX triplet: C2, EE and CD. RGB value is (194,238,205). Sum of RGB (Red+Green+Blue) = 194+238+205=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EECD is #3D1132. Grayscale: #DDDDDD. Windows color (decimal): -4002099 or 13496002. OLE color: 13496002.
HSL color Cylindrical-coordinate representation of color #C2EECD: hue angle of 135º 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 #C2EECD is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 205 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.07 |
| HSL | 135º | 0.56% | 0.85% | - |
| HSV(B) | 135º | 0.18% | 0.93% | - |
| XYZ | 63.84 | 77.03 | 69.26 | - |
| YUV | 221.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 205 | 0.18 | 0 | 0.14 | 0.07 | 135 | 0.56 | 0.85 |
| Hex | C2 | EE | CD | 12 | 0 | E | 7 | 87 | 38 | 55 |
| Octal | 302 | 356 | 315 | 22 | 0 | 16 | 7 | 207 | 70 | 125 |
| Binary | 11000010 | 11101110 | 11001101 | 10010 | 0 | 1110 | 111 | 10000111 | 111000 | 1010101 |
Color Harmonies of #C2EECD
Complementary color
Monochromatic Colors of #C2EECD
Black with #C2EECD
Text Example
Text Example
White with #C2EECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EECD; }
p { color: rgb(194,238,205); }
H1.HeaderClassName
{
color: #C2EECD;
}
.AnyTagClassName
{
color: #C2EECD;
}
</style>
background-color css
<style>
a { background-color: #C2EECD; }
a { background-color: rgb(194,238,205); }
div.DivClassName
{
background-color: #C2EECD;
}
.BgClassName
{
background-color: #C2EECD;
}
</style>
border-color css
<style>
span { border-color: #C2EECD; }
span { border-color: rgb(194,238,205); }
td.TdClassName
{
border-color: #C2EECD;
}
.TagClassName
{
border-color: #C2EECD;
}
</style>