Shades of Granny Apple #C5E0CD
Tints of Granny Apple #C5E0CD
RGB
CMYK
RGB Variations
Color information
#C5E0CD (or 0xC5E0CD) is known color: Granny Apple. HEX triplet: C5, E0 and CD. RGB value is (197,224,205). Sum of RGB (Red+Green+Blue) = 197+224+205=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E0CD is #3A1F32. Grayscale: #D5D5D5. Windows color (decimal): -3809075 or 13492421. OLE color: 13492421.
HSL color Cylindrical-coordinate representation of color #C5E0CD: hue angle of 137.78º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5E0CD is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 205 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.12 |
| HSL | 137.78º | 0.3% | 0.83% | - |
| HSV(B) | 137.78º | 0.12% | 0.88% | - |
| XYZ | 60.7 | 69.59 | 67.99 | - |
| YUV | 213.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 205 | 0.12 | 0 | 0.08 | 0.12 | 137.78 | 0.3 | 0.83 |
| Hex | C5 | E0 | CD | C | 0 | 8 | C | 8A | 1E | 53 |
| Octal | 305 | 340 | 315 | 14 | 0 | 10 | 14 | 212 | 36 | 123 |
| Binary | 11000101 | 11100000 | 11001101 | 1100 | 0 | 1000 | 1100 | 10001010 | 11110 | 1010011 |
Color Harmonies of #C5E0CD
Complementary color
Monochromatic Colors of #C5E0CD
Black with #C5E0CD
Text Example
Text Example
White with #C5E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E0CD; }
p { color: rgb(197,224,205); }
H1.HeaderClassName
{
color: #C5E0CD;
}
.AnyTagClassName
{
color: #C5E0CD;
}
</style>
background-color css
<style>
a { background-color: #C5E0CD; }
a { background-color: rgb(197,224,205); }
div.DivClassName
{
background-color: #C5E0CD;
}
.BgClassName
{
background-color: #C5E0CD;
}
</style>
border-color css
<style>
span { border-color: #C5E0CD; }
span { border-color: rgb(197,224,205); }
td.TdClassName
{
border-color: #C5E0CD;
}
.TagClassName
{
border-color: #C5E0CD;
}
</style>