Shades of Granny Apple #C5EAC8
Tints of Granny Apple #C5EAC8
RGB
CMYK
RGB Variations
Color information
#C5EAC8 (or 0xC5EAC8) is known color: Granny Apple. HEX triplet: C5, EA and C8. RGB value is (197,234,200). Sum of RGB (Red+Green+Blue) = 197+234+200=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EAC8 is #3A1537. Grayscale: #DBDBDB. Windows color (decimal): -3806520 or 13167301. OLE color: 13167301.
HSL color Cylindrical-coordinate representation of color #C5EAC8: hue angle of 124.86º degrees, saturation: 0.47, 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 #C5EAC8 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
RGB | 197 | 234 | 200 | - |
CMYK | 0.16 | 0 | 0.15 | 0.08 |
HSL | 124.86º | 0.47% | 0.85% | - |
HSV(B) | 124.86º | 0.16% | 0.92% | - |
XYZ | 62.87 | 74.89 | 65.78 | - |
YUV | 219.06 | 117.24 | 112.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 234 | 200 | 0.16 | 0 | 0.15 | 0.08 | 124.86 | 0.47 | 0.85 |
Hex | C5 | EA | C8 | 10 | 0 | F | 8 | 7D | 2F | 55 |
Octal | 305 | 352 | 310 | 20 | 0 | 17 | 10 | 175 | 57 | 125 |
Binary | 11000101 | 11101010 | 11001000 | 10000 | 0 | 1111 | 1000 | 1111101 | 101111 | 1010101 |
Color Harmonies of #C5EAC8
Complementary color
Monochromatic Colors of #C5EAC8
Black with #C5EAC8
Text Example
Text Example
White with #C5EAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EAC8; }
p { color: rgb(197,234,200); }
H1.HeaderClassName
{
color: #C5EAC8;
}
.AnyTagClassName
{
color: #C5EAC8;
}
</style>
background-color css
<style>
a { background-color: #C5EAC8; }
a { background-color: rgb(197,234,200); }
div.DivClassName
{
background-color: #C5EAC8;
}
.BgClassName
{
background-color: #C5EAC8;
}
</style>
border-color css
<style>
span { border-color: #C5EAC8; }
span { border-color: rgb(197,234,200); }
td.TdClassName
{
border-color: #C5EAC8;
}
.TagClassName
{
border-color: #C5EAC8;
}
</style>