Shades of Granny Apple #C2E0CA
Tints of Granny Apple #C2E0CA
RGB
CMYK
RGB Variations
Color information
#C2E0CA (or 0xC2E0CA) is known color: Granny Apple. HEX triplet: C2, E0 and CA. RGB value is (194,224,202). Sum of RGB (Red+Green+Blue) = 194+224+202=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0CA is #3D1F35. Grayscale: #D4D4D4. Windows color (decimal): -4005686 or 13295810. OLE color: 13295810.
HSL color Cylindrical-coordinate representation of color #C2E0CA: hue angle of 136º 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 #C2E0CA is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 202 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.12 |
| HSL | 136º | 0.33% | 0.82% | - |
| HSV(B) | 136º | 0.13% | 0.88% | - |
| XYZ | 59.56 | 69.04 | 66.06 | - |
| YUV | 212.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 202 | 0.13 | 0 | 0.10 | 0.12 | 136 | 0.33 | 0.82 |
| Hex | C2 | E0 | CA | D | 0 | A | C | 88 | 21 | 52 |
| Octal | 302 | 340 | 312 | 15 | 0 | 12 | 14 | 210 | 41 | 122 |
| Binary | 11000010 | 11100000 | 11001010 | 1101 | 0 | 1010 | 1100 | 10001000 | 100001 | 1010010 |
Color Harmonies of #C2E0CA
Complementary color
Monochromatic Colors of #C2E0CA
Black with #C2E0CA
Text Example
Text Example
White with #C2E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E0CA; }
p { color: rgb(194,224,202); }
H1.HeaderClassName
{
color: #C2E0CA;
}
.AnyTagClassName
{
color: #C2E0CA;
}
</style>
background-color css
<style>
a { background-color: #C2E0CA; }
a { background-color: rgb(194,224,202); }
div.DivClassName
{
background-color: #C2E0CA;
}
.BgClassName
{
background-color: #C2E0CA;
}
</style>
border-color css
<style>
span { border-color: #C2E0CA; }
span { border-color: rgb(194,224,202); }
td.TdClassName
{
border-color: #C2E0CA;
}
.TagClassName
{
border-color: #C2E0CA;
}
</style>