Shades of Granny Apple #C5ECCA
Tints of Granny Apple #C5ECCA
RGB
CMYK
RGB Variations
Color information
#C5ECCA (or 0xC5ECCA) is known color: Granny Apple. HEX triplet: C5, EC and CA. RGB value is (197,236,202). Sum of RGB (Red+Green+Blue) = 197+236+202=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #C5ECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5ECCA is #3A1335. Grayscale: #DCDCDC. Windows color (decimal): -3806006 or 13298885. OLE color: 13298885.
HSL color Cylindrical-coordinate representation of color #C5ECCA: hue angle of 127.69º degrees, saturation: 0.51, 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 #C5ECCA is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 236 | 202 | - |
CMYK | 0.17 | 0 | 0.14 | 0.07 |
HSL | 127.69º | 0.51% | 0.85% | - |
HSV(B) | 127.69º | 0.17% | 0.93% | - |
XYZ | 63.68 | 76.13 | 67.21 | - |
YUV | 220.46 | 117.58 | 111.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 236 | 202 | 0.17 | 0 | 0.14 | 0.07 | 127.69 | 0.51 | 0.85 |
Hex | C5 | EC | CA | 11 | 0 | E | 7 | 80 | 33 | 55 |
Octal | 305 | 354 | 312 | 21 | 0 | 16 | 7 | 200 | 63 | 125 |
Binary | 11000101 | 11101100 | 11001010 | 10001 | 0 | 1110 | 111 | 10000000 | 110011 | 1010101 |
Color Harmonies of #C5ECCA
Complementary color
Monochromatic Colors of #C5ECCA
Black with #C5ECCA
Text Example
Text Example
White with #C5ECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ECCA; }
p { color: rgb(197,236,202); }
H1.HeaderClassName
{
color: #C5ECCA;
}
.AnyTagClassName
{
color: #C5ECCA;
}
</style>
background-color css
<style>
a { background-color: #C5ECCA; }
a { background-color: rgb(197,236,202); }
div.DivClassName
{
background-color: #C5ECCA;
}
.BgClassName
{
background-color: #C5ECCA;
}
</style>
border-color css
<style>
span { border-color: #C5ECCA; }
span { border-color: rgb(197,236,202); }
td.TdClassName
{
border-color: #C5ECCA;
}
.TagClassName
{
border-color: #C5ECCA;
}
</style>