Shades of Granny Apple #C5EEC7
Tints of Granny Apple #C5EEC7
RGB
CMYK
RGB Variations
Color information
#C5EEC7 (or 0xC5EEC7) is known color: Granny Apple. HEX triplet: C5, EE and C7. RGB value is (197,238,199). Sum of RGB (Red+Green+Blue) = 197+238+199=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EEC7 is #3A1138. Grayscale: #DDDDDD. Windows color (decimal): -3805497 or 13102789. OLE color: 13102789.
HSL color Cylindrical-coordinate representation of color #C5EEC7: hue angle of 122.93º 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 #C5EEC7 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 238 | 199 | - |
CMYK | 0.17 | 0 | 0.16 | 0.07 |
HSL | 122.93º | 0.55% | 0.85% | - |
HSV(B) | 122.93º | 0.17% | 0.93% | - |
XYZ | 63.91 | 77.14 | 65.55 | - |
YUV | 221.3 | 115.42 | 110.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 238 | 199 | 0.17 | 0 | 0.16 | 0.07 | 122.93 | 0.55 | 0.85 |
Hex | C5 | EE | C7 | 11 | 0 | 10 | 7 | 7B | 37 | 55 |
Octal | 305 | 356 | 307 | 21 | 0 | 20 | 7 | 173 | 67 | 125 |
Binary | 11000101 | 11101110 | 11000111 | 10001 | 0 | 10000 | 111 | 1111011 | 110111 | 1010101 |
Color Harmonies of #C5EEC7
Complementary color
Monochromatic Colors of #C5EEC7
Black with #C5EEC7
Text Example
Text Example
White with #C5EEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEC7; }
p { color: rgb(197,238,199); }
H1.HeaderClassName
{
color: #C5EEC7;
}
.AnyTagClassName
{
color: #C5EEC7;
}
</style>
background-color css
<style>
a { background-color: #C5EEC7; }
a { background-color: rgb(197,238,199); }
div.DivClassName
{
background-color: #C5EEC7;
}
.BgClassName
{
background-color: #C5EEC7;
}
</style>
border-color css
<style>
span { border-color: #C5EEC7; }
span { border-color: rgb(197,238,199); }
td.TdClassName
{
border-color: #C5EEC7;
}
.TagClassName
{
border-color: #C5EEC7;
}
</style>