Shades of Granny Apple #C5EDCD
Tints of Granny Apple #C5EDCD
RGB
CMYK
RGB Variations
Color information
#C5EDCD (or 0xC5EDCD) is known color: Granny Apple. HEX triplet: C5, ED and CD. RGB value is (197,237,205). Sum of RGB (Red+Green+Blue) = 197+237+205=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDCD is #3A1232. Grayscale: #DDDDDD. Windows color (decimal): -3805747 or 13495749. OLE color: 13495749.
HSL color Cylindrical-coordinate representation of color #C5EDCD: hue angle of 132º degrees, saturation: 0.53, 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 #C5EDCD is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 237 | 205 | - |
CMYK | 0.17 | 0 | 0.14 | 0.07 |
HSL | 132º | 0.53% | 0.85% | - |
HSV(B) | 132º | 0.17% | 0.93% | - |
XYZ | 64.33 | 76.85 | 69.2 | - |
YUV | 221.39 | 118.75 | 110.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 237 | 205 | 0.17 | 0 | 0.14 | 0.07 | 132 | 0.53 | 0.85 |
Hex | C5 | ED | CD | 11 | 0 | E | 7 | 84 | 35 | 55 |
Octal | 305 | 355 | 315 | 21 | 0 | 16 | 7 | 204 | 65 | 125 |
Binary | 11000101 | 11101101 | 11001101 | 10001 | 0 | 1110 | 111 | 10000100 | 110101 | 1010101 |
Color Harmonies of #C5EDCD
Complementary color
Monochromatic Colors of #C5EDCD
Black with #C5EDCD
Text Example
Text Example
White with #C5EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EDCD; }
p { color: rgb(197,237,205); }
H1.HeaderClassName
{
color: #C5EDCD;
}
.AnyTagClassName
{
color: #C5EDCD;
}
</style>
background-color css
<style>
a { background-color: #C5EDCD; }
a { background-color: rgb(197,237,205); }
div.DivClassName
{
background-color: #C5EDCD;
}
.BgClassName
{
background-color: #C5EDCD;
}
</style>
border-color css
<style>
span { border-color: #C5EDCD; }
span { border-color: rgb(197,237,205); }
td.TdClassName
{
border-color: #C5EDCD;
}
.TagClassName
{
border-color: #C5EDCD;
}
</style>