Shades of Granny Apple #C5EBC4
Tints of Granny Apple #C5EBC4
RGB
CMYK
RGB Variations
Color information
#C5EBC4 (or 0xC5EBC4) is known color: Granny Apple. HEX triplet: C5, EB and C4. RGB value is (197,235,196). Sum of RGB (Red+Green+Blue) = 197+235+196=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EBC4 is #3A143B. Grayscale: #DBDBDB. Windows color (decimal): -3806268 or 12905413. OLE color: 12905413.
HSL color Cylindrical-coordinate representation of color #C5EBC4: hue angle of 118.46º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5EBC4 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 235 | 196 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.08 |
| HSL | 118.46º | 0.49% | 0.85% | - |
| HSV(B) | 118.46º | 0.17% | 0.92% | - |
| XYZ | 62.7 | 75.27 | 63.45 | - |
| YUV | 219.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 235 | 196 | 0.16 | 0 | 0.17 | 0.08 | 118.46 | 0.49 | 0.85 |
| Hex | C5 | EB | C4 | 10 | 0 | 11 | 8 | 76 | 31 | 55 |
| Octal | 305 | 353 | 304 | 20 | 0 | 21 | 10 | 166 | 61 | 125 |
| Binary | 11000101 | 11101011 | 11000100 | 10000 | 0 | 10001 | 1000 | 1110110 | 110001 | 1010101 |
Color Harmonies of #C5EBC4
Complementary color
Monochromatic Colors of #C5EBC4
Black with #C5EBC4
Text Example
Text Example
White with #C5EBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EBC4; }
p { color: rgb(197,235,196); }
H1.HeaderClassName
{
color: #C5EBC4;
}
.AnyTagClassName
{
color: #C5EBC4;
}
</style>
background-color css
<style>
a { background-color: #C5EBC4; }
a { background-color: rgb(197,235,196); }
div.DivClassName
{
background-color: #C5EBC4;
}
.BgClassName
{
background-color: #C5EBC4;
}
</style>
border-color css
<style>
span { border-color: #C5EBC4; }
span { border-color: rgb(197,235,196); }
td.TdClassName
{
border-color: #C5EBC4;
}
.TagClassName
{
border-color: #C5EBC4;
}
</style>