Shades of Granny Apple #C5EEC8
Tints of Granny Apple #C5EEC8
RGB
CMYK
RGB Variations
Color information
#C5EEC8 (or 0xC5EEC8) is known color: Granny Apple. HEX triplet: C5, EE and C8. RGB value is (197,238,200). Sum of RGB (Red+Green+Blue) = 197+238+200=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EEC8 is #3A1137. Grayscale: #DDDDDD. Windows color (decimal): -3805496 or 13168325. OLE color: 13168325.
HSL color Cylindrical-coordinate representation of color #C5EEC8: hue angle of 124.39º 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 #C5EEC8 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 238 | 200 | - |
CMYK | 0.17 | 0 | 0.16 | 0.07 |
HSL | 124.39º | 0.55% | 0.85% | - |
HSV(B) | 124.39º | 0.17% | 0.93% | - |
XYZ | 64.03 | 77.19 | 66.17 | - |
YUV | 221.41 | 115.92 | 110.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 238 | 200 | 0.17 | 0 | 0.16 | 0.07 | 124.39 | 0.55 | 0.85 |
Hex | C5 | EE | C8 | 11 | 0 | 10 | 7 | 7C | 37 | 55 |
Octal | 305 | 356 | 310 | 21 | 0 | 20 | 7 | 174 | 67 | 125 |
Binary | 11000101 | 11101110 | 11001000 | 10001 | 0 | 10000 | 111 | 1111100 | 110111 | 1010101 |
Color Harmonies of #C5EEC8
Complementary color
Monochromatic Colors of #C5EEC8
Black with #C5EEC8
Text Example
Text Example
White with #C5EEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEC8; }
p { color: rgb(197,238,200); }
H1.HeaderClassName
{
color: #C5EEC8;
}
.AnyTagClassName
{
color: #C5EEC8;
}
</style>
background-color css
<style>
a { background-color: #C5EEC8; }
a { background-color: rgb(197,238,200); }
div.DivClassName
{
background-color: #C5EEC8;
}
.BgClassName
{
background-color: #C5EEC8;
}
</style>
border-color css
<style>
span { border-color: #C5EEC8; }
span { border-color: rgb(197,238,200); }
td.TdClassName
{
border-color: #C5EEC8;
}
.TagClassName
{
border-color: #C5EEC8;
}
</style>