Shades of Granny Apple #C5EAD2
Tints of Granny Apple #C5EAD2
RGB
CMYK
RGB Variations
Color information
#C5EAD2 (or 0xC5EAD2) is known color: Granny Apple. HEX triplet: C5, EA and D2. RGB value is (197,234,210). Sum of RGB (Red+Green+Blue) = 197+234+210=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EAD2 is #3A152D. Grayscale: #DCDCDC. Windows color (decimal): -3806510 or 13822661. OLE color: 13822661.
HSL color Cylindrical-coordinate representation of color #C5EAD2: hue angle of 141.08º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5EAD2 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 210 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.08 |
| HSL | 141.08º | 0.47% | 0.85% | - |
| HSV(B) | 141.08º | 0.16% | 0.92% | - |
| XYZ | 64.08 | 75.37 | 72.14 | - |
| YUV | 220.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 210 | 0.16 | 0 | 0.10 | 0.08 | 141.08 | 0.47 | 0.85 |
| Hex | C5 | EA | D2 | 10 | 0 | A | 8 | 8D | 2F | 55 |
| Octal | 305 | 352 | 322 | 20 | 0 | 12 | 10 | 215 | 57 | 125 |
| Binary | 11000101 | 11101010 | 11010010 | 10000 | 0 | 1010 | 1000 | 10001101 | 101111 | 1010101 |
Color Harmonies of #C5EAD2
Complementary color
Monochromatic Colors of #C5EAD2
Black with #C5EAD2
Text Example
Text Example
White with #C5EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EAD2; }
p { color: rgb(197,234,210); }
H1.HeaderClassName
{
color: #C5EAD2;
}
.AnyTagClassName
{
color: #C5EAD2;
}
</style>
background-color css
<style>
a { background-color: #C5EAD2; }
a { background-color: rgb(197,234,210); }
div.DivClassName
{
background-color: #C5EAD2;
}
.BgClassName
{
background-color: #C5EAD2;
}
</style>
border-color css
<style>
span { border-color: #C5EAD2; }
span { border-color: rgb(197,234,210); }
td.TdClassName
{
border-color: #C5EAD2;
}
.TagClassName
{
border-color: #C5EAD2;
}
</style>