Shades of Granny Apple #C2EFCD
Tints of Granny Apple #C2EFCD
RGB
CMYK
RGB Variations
Color information
#C2EFCD (or 0xC2EFCD) is known color: Granny Apple. HEX triplet: C2, EF and CD. RGB value is (194,239,205). Sum of RGB (Red+Green+Blue) = 194+239+205=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFCD is #3D1032. Grayscale: #DDDDDD. Windows color (decimal): -4001843 or 13496258. OLE color: 13496258.
HSL color Cylindrical-coordinate representation of color #C2EFCD: hue angle of 134.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2EFCD is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 205 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.06 |
| HSL | 134.67º | 0.58% | 0.85% | - |
| HSV(B) | 134.67º | 0.19% | 0.94% | - |
| XYZ | 64.13 | 77.61 | 69.36 | - |
| YUV | 221.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 205 | 0.19 | 0 | 0.14 | 0.06 | 134.67 | 0.58 | 0.85 |
| Hex | C2 | EF | CD | 13 | 0 | E | 6 | 87 | 3A | 55 |
| Octal | 302 | 357 | 315 | 23 | 0 | 16 | 6 | 207 | 72 | 125 |
| Binary | 11000010 | 11101111 | 11001101 | 10011 | 0 | 1110 | 110 | 10000111 | 111010 | 1010101 |
Color Harmonies of #C2EFCD
Complementary color
Monochromatic Colors of #C2EFCD
Black with #C2EFCD
Text Example
Text Example
White with #C2EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EFCD; }
p { color: rgb(194,239,205); }
H1.HeaderClassName
{
color: #C2EFCD;
}
.AnyTagClassName
{
color: #C2EFCD;
}
</style>
background-color css
<style>
a { background-color: #C2EFCD; }
a { background-color: rgb(194,239,205); }
div.DivClassName
{
background-color: #C2EFCD;
}
.BgClassName
{
background-color: #C2EFCD;
}
</style>
border-color css
<style>
span { border-color: #C2EFCD; }
span { border-color: rgb(194,239,205); }
td.TdClassName
{
border-color: #C2EFCD;
}
.TagClassName
{
border-color: #C2EFCD;
}
</style>