Shades of Granny Apple #C5EECA
Tints of Granny Apple #C5EECA
RGB
CMYK
RGB Variations
Color information
#C5EECA (or 0xC5EECA) is known color: Granny Apple. HEX triplet: C5, EE and CA. RGB value is (197,238,202). Sum of RGB (Red+Green+Blue) = 197+238+202=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EECA is #3A1135. Grayscale: #DDDDDD. Windows color (decimal): -3805494 or 13299397. OLE color: 13299397.
HSL color Cylindrical-coordinate representation of color #C5EECA: hue angle of 127.32º degrees, saturation: 0.55, 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 #C5EECA is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 238 | 202 | - |
CMYK | 0.17 | 0 | 0.15 | 0.07 |
HSL | 127.32º | 0.55% | 0.85% | - |
HSV(B) | 127.32º | 0.17% | 0.93% | - |
XYZ | 64.26 | 77.28 | 67.41 | - |
YUV | 221.64 | 116.92 | 110.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 238 | 202 | 0.17 | 0 | 0.15 | 0.07 | 127.32 | 0.55 | 0.85 |
Hex | C5 | EE | CA | 11 | 0 | F | 7 | 7F | 37 | 55 |
Octal | 305 | 356 | 312 | 21 | 0 | 17 | 7 | 177 | 67 | 125 |
Binary | 11000101 | 11101110 | 11001010 | 10001 | 0 | 1111 | 111 | 1111111 | 110111 | 1010101 |
Color Harmonies of #C5EECA
Complementary color
Monochromatic Colors of #C5EECA
Black with #C5EECA
Text Example
Text Example
White with #C5EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EECA; }
p { color: rgb(197,238,202); }
H1.HeaderClassName
{
color: #C5EECA;
}
.AnyTagClassName
{
color: #C5EECA;
}
</style>
background-color css
<style>
a { background-color: #C5EECA; }
a { background-color: rgb(197,238,202); }
div.DivClassName
{
background-color: #C5EECA;
}
.BgClassName
{
background-color: #C5EECA;
}
</style>
border-color css
<style>
span { border-color: #C5EECA; }
span { border-color: rgb(197,238,202); }
td.TdClassName
{
border-color: #C5EECA;
}
.TagClassName
{
border-color: #C5EECA;
}
</style>