Shades of Granny Apple #C5EECD
Tints of Granny Apple #C5EECD
RGB
CMYK
RGB Variations
Color information
#C5EECD (or 0xC5EECD) is known color: Granny Apple. HEX triplet: C5, EE and CD. RGB value is (197,238,205). Sum of RGB (Red+Green+Blue) = 197+238+205=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EECD is #3A1132. Grayscale: #DEDEDE. Windows color (decimal): -3805491 or 13496005. OLE color: 13496005.
HSL color Cylindrical-coordinate representation of color #C5EECD: hue angle of 131.71º 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 #C5EECD is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 238 | 205 | - |
CMYK | 0.17 | 0 | 0.14 | 0.07 |
HSL | 131.71º | 0.55% | 0.85% | - |
HSV(B) | 131.71º | 0.17% | 0.93% | - |
XYZ | 64.62 | 77.43 | 69.3 | - |
YUV | 221.98 | 118.42 | 110.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 238 | 205 | 0.17 | 0 | 0.14 | 0.07 | 131.71 | 0.55 | 0.85 |
Hex | C5 | EE | CD | 11 | 0 | E | 7 | 84 | 37 | 55 |
Octal | 305 | 356 | 315 | 21 | 0 | 16 | 7 | 204 | 67 | 125 |
Binary | 11000101 | 11101110 | 11001101 | 10001 | 0 | 1110 | 111 | 10000100 | 110111 | 1010101 |
Color Harmonies of #C5EECD
Complementary color
Monochromatic Colors of #C5EECD
Black with #C5EECD
Text Example
Text Example
White with #C5EECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EECD; }
p { color: rgb(197,238,205); }
H1.HeaderClassName
{
color: #C5EECD;
}
.AnyTagClassName
{
color: #C5EECD;
}
</style>
background-color css
<style>
a { background-color: #C5EECD; }
a { background-color: rgb(197,238,205); }
div.DivClassName
{
background-color: #C5EECD;
}
.BgClassName
{
background-color: #C5EECD;
}
</style>
border-color css
<style>
span { border-color: #C5EECD; }
span { border-color: rgb(197,238,205); }
td.TdClassName
{
border-color: #C5EECD;
}
.TagClassName
{
border-color: #C5EECD;
}
</style>