Shades of Granny Apple #C5EDCC
Tints of Granny Apple #C5EDCC
RGB
CMYK
RGB Variations
Color information
#C5EDCC (or 0xC5EDCC) is known color: Granny Apple. HEX triplet: C5, ED and CC. RGB value is (197,237,204). Sum of RGB (Red+Green+Blue) = 197+237+204=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDCC is #3A1233. Grayscale: #DDDDDD. Windows color (decimal): -3805748 or 13430213. OLE color: 13430213.
HSL color Cylindrical-coordinate representation of color #C5EDCC: hue angle of 130.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5EDCC is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 204 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.07 |
| HSL | 130.5º | 0.53% | 0.85% | - |
| HSV(B) | 130.5º | 0.17% | 0.93% | - |
| XYZ | 64.21 | 76.8 | 68.57 | - |
| YUV | 221.28 | 118.25 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 204 | 0.17 | 0 | 0.14 | 0.07 | 130.5 | 0.53 | 0.85 |
| Hex | C5 | ED | CC | 11 | 0 | E | 7 | 82 | 35 | 55 |
| Octal | 305 | 355 | 314 | 21 | 0 | 16 | 7 | 202 | 65 | 125 |
| Binary | 11000101 | 11101101 | 11001100 | 10001 | 0 | 1110 | 111 | 10000010 | 110101 | 1010101 |
Color Harmonies of #C5EDCC
Complementary color
Monochromatic Colors of #C5EDCC
Black with #C5EDCC
Text Example
Text Example
White with #C5EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EDCC; }
p { color: rgb(197,237,204); }
H1.HeaderClassName
{
color: #C5EDCC;
}
.AnyTagClassName
{
color: #C5EDCC;
}
</style>
background-color css
<style>
a { background-color: #C5EDCC; }
a { background-color: rgb(197,237,204); }
div.DivClassName
{
background-color: #C5EDCC;
}
.BgClassName
{
background-color: #C5EDCC;
}
</style>
border-color css
<style>
span { border-color: #C5EDCC; }
span { border-color: rgb(197,237,204); }
td.TdClassName
{
border-color: #C5EDCC;
}
.TagClassName
{
border-color: #C5EDCC;
}
</style>