Shades of Granny Apple #C2E0CD
Tints of Granny Apple #C2E0CD
RGB
CMYK
RGB Variations
Color information
#C2E0CD (or 0xC2E0CD) is known color: Granny Apple. HEX triplet: C2, E0 and CD. RGB value is (194,224,205). Sum of RGB (Red+Green+Blue) = 194+224+205=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0CD is #3D1F32. Grayscale: #D4D4D4. Windows color (decimal): -4005683 or 13492418. OLE color: 13492418.
HSL color Cylindrical-coordinate representation of color #C2E0CD: hue angle of 142º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2E0CD is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 205 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.12 |
| HSL | 142º | 0.33% | 0.82% | - |
| HSV(B) | 142º | 0.13% | 0.88% | - |
| XYZ | 59.92 | 69.19 | 67.95 | - |
| YUV | 212.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 205 | 0.13 | 0 | 0.08 | 0.12 | 142 | 0.33 | 0.82 |
| Hex | C2 | E0 | CD | D | 0 | 8 | C | 8E | 21 | 52 |
| Octal | 302 | 340 | 315 | 15 | 0 | 10 | 14 | 216 | 41 | 122 |
| Binary | 11000010 | 11100000 | 11001101 | 1101 | 0 | 1000 | 1100 | 10001110 | 100001 | 1010010 |
Color Harmonies of #C2E0CD
Complementary color
Monochromatic Colors of #C2E0CD
Black with #C2E0CD
Text Example
Text Example
White with #C2E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E0CD; }
p { color: rgb(194,224,205); }
H1.HeaderClassName
{
color: #C2E0CD;
}
.AnyTagClassName
{
color: #C2E0CD;
}
</style>
background-color css
<style>
a { background-color: #C2E0CD; }
a { background-color: rgb(194,224,205); }
div.DivClassName
{
background-color: #C2E0CD;
}
.BgClassName
{
background-color: #C2E0CD;
}
</style>
border-color css
<style>
span { border-color: #C2E0CD; }
span { border-color: rgb(194,224,205); }
td.TdClassName
{
border-color: #C2E0CD;
}
.TagClassName
{
border-color: #C2E0CD;
}
</style>