Shades of Granny Apple #C5EBCD
Tints of Granny Apple #C5EBCD
RGB
CMYK
RGB Variations
Color information
#C5EBCD (or 0xC5EBCD) is known color: Granny Apple. HEX triplet: C5, EB and CD. RGB value is (197,235,205). Sum of RGB (Red+Green+Blue) = 197+235+205=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EBCD is #3A1432. Grayscale: #DCDCDC. Windows color (decimal): -3806259 or 13495237. OLE color: 13495237.
HSL color Cylindrical-coordinate representation of color #C5EBCD: hue angle of 132.63º degrees, saturation: 0.49, 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 #C5EBCD is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 235 | 205 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.08 |
| HSL | 132.63º | 0.49% | 0.85% | - |
| HSV(B) | 132.63º | 0.16% | 0.92% | - |
| XYZ | 63.75 | 75.69 | 69.01 | - |
| YUV | 220.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 235 | 205 | 0.16 | 0 | 0.13 | 0.08 | 132.63 | 0.49 | 0.85 |
| Hex | C5 | EB | CD | 10 | 0 | D | 8 | 85 | 31 | 55 |
| Octal | 305 | 353 | 315 | 20 | 0 | 15 | 10 | 205 | 61 | 125 |
| Binary | 11000101 | 11101011 | 11001101 | 10000 | 0 | 1101 | 1000 | 10000101 | 110001 | 1010101 |
Color Harmonies of #C5EBCD
Complementary color
Monochromatic Colors of #C5EBCD
Black with #C5EBCD
Text Example
Text Example
White with #C5EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EBCD; }
p { color: rgb(197,235,205); }
H1.HeaderClassName
{
color: #C5EBCD;
}
.AnyTagClassName
{
color: #C5EBCD;
}
</style>
background-color css
<style>
a { background-color: #C5EBCD; }
a { background-color: rgb(197,235,205); }
div.DivClassName
{
background-color: #C5EBCD;
}
.BgClassName
{
background-color: #C5EBCD;
}
</style>
border-color css
<style>
span { border-color: #C5EBCD; }
span { border-color: rgb(197,235,205); }
td.TdClassName
{
border-color: #C5EBCD;
}
.TagClassName
{
border-color: #C5EBCD;
}
</style>