Shades of Granny Apple #C5EDCB
Tints of Granny Apple #C5EDCB
RGB
CMYK
RGB Variations
Color information
#C5EDCB (or 0xC5EDCB) is known color: Granny Apple. HEX triplet: C5, ED and CB. RGB value is (197,237,203). Sum of RGB (Red+Green+Blue) = 197+237+203=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDCB is #3A1234. Grayscale: #DDDDDD. Windows color (decimal): -3805749 or 13364677. OLE color: 13364677.
HSL color Cylindrical-coordinate representation of color #C5EDCB: hue angle of 129º 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 #C5EDCB is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 203 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.07 |
| HSL | 129º | 0.53% | 0.85% | - |
| HSV(B) | 129º | 0.17% | 0.93% | - |
| XYZ | 64.09 | 76.75 | 67.94 | - |
| YUV | 221.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 203 | 0.17 | 0 | 0.14 | 0.07 | 129 | 0.53 | 0.85 |
| Hex | C5 | ED | CB | 11 | 0 | E | 7 | 81 | 35 | 55 |
| Octal | 305 | 355 | 313 | 21 | 0 | 16 | 7 | 201 | 65 | 125 |
| Binary | 11000101 | 11101101 | 11001011 | 10001 | 0 | 1110 | 111 | 10000001 | 110101 | 1010101 |
Color Harmonies of #C5EDCB
Complementary color
Monochromatic Colors of #C5EDCB
Black with #C5EDCB
Text Example
Text Example
White with #C5EDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EDCB; }
p { color: rgb(197,237,203); }
H1.HeaderClassName
{
color: #C5EDCB;
}
.AnyTagClassName
{
color: #C5EDCB;
}
</style>
background-color css
<style>
a { background-color: #C5EDCB; }
a { background-color: rgb(197,237,203); }
div.DivClassName
{
background-color: #C5EDCB;
}
.BgClassName
{
background-color: #C5EDCB;
}
</style>
border-color css
<style>
span { border-color: #C5EDCB; }
span { border-color: rgb(197,237,203); }
td.TdClassName
{
border-color: #C5EDCB;
}
.TagClassName
{
border-color: #C5EDCB;
}
</style>