Shades of Granny Apple #C2EAC5
Tints of Granny Apple #C2EAC5
RGB
CMYK
RGB Variations
Color information
#C2EAC5 (or 0xC2EAC5) is known color: Granny Apple. HEX triplet: C2, EA and C5. RGB value is (194,234,197). Sum of RGB (Red+Green+Blue) = 194+234+197=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EAC5 is #3D153A. Grayscale: #D9D9D9. Windows color (decimal): -4003131 or 12970690. OLE color: 12970690.
HSL color Cylindrical-coordinate representation of color #C2EAC5: hue angle of 124.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EAC5 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 197 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.08 |
| HSL | 124.5º | 0.49% | 0.84% | - |
| HSV(B) | 124.5º | 0.17% | 0.92% | - |
| XYZ | 61.75 | 74.35 | 63.92 | - |
| YUV | 217.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 197 | 0.17 | 0 | 0.16 | 0.08 | 124.5 | 0.49 | 0.84 |
| Hex | C2 | EA | C5 | 11 | 0 | 10 | 8 | 7C | 31 | 54 |
| Octal | 302 | 352 | 305 | 21 | 0 | 20 | 10 | 174 | 61 | 124 |
| Binary | 11000010 | 11101010 | 11000101 | 10001 | 0 | 10000 | 1000 | 1111100 | 110001 | 1010100 |
Color Harmonies of #C2EAC5
Complementary color
Monochromatic Colors of #C2EAC5
Black with #C2EAC5
Text Example
Text Example
White with #C2EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EAC5; }
p { color: rgb(194,234,197); }
H1.HeaderClassName
{
color: #C2EAC5;
}
.AnyTagClassName
{
color: #C2EAC5;
}
</style>
background-color css
<style>
a { background-color: #C2EAC5; }
a { background-color: rgb(194,234,197); }
div.DivClassName
{
background-color: #C2EAC5;
}
.BgClassName
{
background-color: #C2EAC5;
}
</style>
border-color css
<style>
span { border-color: #C2EAC5; }
span { border-color: rgb(194,234,197); }
td.TdClassName
{
border-color: #C2EAC5;
}
.TagClassName
{
border-color: #C2EAC5;
}
</style>