Shades of Granny Apple #C5E4CD
Tints of Granny Apple #C5E4CD
RGB
CMYK
RGB Variations
Color information
#C5E4CD (or 0xC5E4CD) is known color: Granny Apple. HEX triplet: C5, E4 and CD. RGB value is (197,228,205). Sum of RGB (Red+Green+Blue) = 197+228+205=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E4CD is #3A1B32. Grayscale: #D8D8D8. Windows color (decimal): -3808051 or 13493445. OLE color: 13493445.
HSL color Cylindrical-coordinate representation of color #C5E4CD: hue angle of 135.48º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5E4CD is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 197 | 228 | 205 | - |
CMYK | 0.14 | 0 | 0.10 | 0.11 |
HSL | 135.48º | 0.36% | 0.83% | - |
HSV(B) | 135.48º | 0.14% | 0.89% | - |
XYZ | 61.79 | 71.76 | 68.35 | - |
YUV | 216.11 | 121.73 | 114.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 228 | 205 | 0.14 | 0 | 0.10 | 0.11 | 135.48 | 0.36 | 0.83 |
Hex | C5 | E4 | CD | E | 0 | A | B | 87 | 24 | 53 |
Octal | 305 | 344 | 315 | 16 | 0 | 12 | 13 | 207 | 44 | 123 |
Binary | 11000101 | 11100100 | 11001101 | 1110 | 0 | 1010 | 1011 | 10000111 | 100100 | 1010011 |
Color Harmonies of #C5E4CD
Complementary color
Monochromatic Colors of #C5E4CD
Black with #C5E4CD
Text Example
Text Example
White with #C5E4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E4CD; }
p { color: rgb(197,228,205); }
H1.HeaderClassName
{
color: #C5E4CD;
}
.AnyTagClassName
{
color: #C5E4CD;
}
</style>
background-color css
<style>
a { background-color: #C5E4CD; }
a { background-color: rgb(197,228,205); }
div.DivClassName
{
background-color: #C5E4CD;
}
.BgClassName
{
background-color: #C5E4CD;
}
</style>
border-color css
<style>
span { border-color: #C5E4CD; }
span { border-color: rgb(197,228,205); }
td.TdClassName
{
border-color: #C5E4CD;
}
.TagClassName
{
border-color: #C5E4CD;
}
</style>