Shades of Granny Apple #C7EACA
Tints of Granny Apple #C7EACA
RGB
CMYK
RGB Variations
Color information
#C7EACA (or 0xC7EACA) is known color: Granny Apple. HEX triplet: C7, EA and CA. RGB value is (199,234,202). Sum of RGB (Red+Green+Blue) = 199+234+202=635 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.34% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EACA is #381535. Grayscale: #DBDBDB. Windows color (decimal): -3675446 or 13298375. OLE color: 13298375.
HSL color Cylindrical-coordinate representation of color #C7EACA: hue angle of 125.14º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7EACA is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 234 | 202 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.08 |
| HSL | 125.14º | 0.45% | 0.85% | - |
| HSV(B) | 125.14º | 0.15% | 0.92% | - |
| XYZ | 63.64 | 75.25 | 67.05 | - |
| YUV | 219.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 234 | 202 | 0.15 | 0 | 0.14 | 0.08 | 125.14 | 0.45 | 0.85 |
| Hex | C7 | EA | CA | F | 0 | E | 8 | 7D | 2D | 55 |
| Octal | 307 | 352 | 312 | 17 | 0 | 16 | 10 | 175 | 55 | 125 |
| Binary | 11000111 | 11101010 | 11001010 | 1111 | 0 | 1110 | 1000 | 1111101 | 101101 | 1010101 |
Color Harmonies of #C7EACA
Complementary color
Monochromatic Colors of #C7EACA
Black with #C7EACA
Text Example
Text Example
White with #C7EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EACA; }
p { color: rgb(199,234,202); }
H1.HeaderClassName
{
color: #C7EACA;
}
.AnyTagClassName
{
color: #C7EACA;
}
</style>
background-color css
<style>
a { background-color: #C7EACA; }
a { background-color: rgb(199,234,202); }
div.DivClassName
{
background-color: #C7EACA;
}
.BgClassName
{
background-color: #C7EACA;
}
</style>
border-color css
<style>
span { border-color: #C7EACA; }
span { border-color: rgb(199,234,202); }
td.TdClassName
{
border-color: #C7EACA;
}
.TagClassName
{
border-color: #C7EACA;
}
</style>