Shades of Granny Apple #C8EBC8
Tints of Granny Apple #C8EBC8
RGB
CMYK
RGB Variations
Color information
#C8EBC8 (or 0xC8EBC8) is known color: Granny Apple. HEX triplet: C8, EB and C8. RGB value is (200,235,200). Sum of RGB (Red+Green+Blue) = 200+235+200=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EBC8 is #371437. Grayscale: #DCDCDC. Windows color (decimal): -3609656 or 13167560. OLE color: 13167560.
HSL color Cylindrical-coordinate representation of color #C8EBC8: hue angle of 120º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8EBC8 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 200 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.08 |
| HSL | 120º | 0.47% | 0.85% | - |
| HSV(B) | 120º | 0.15% | 0.92% | - |
| XYZ | 63.95 | 75.87 | 65.92 | - |
| YUV | 220.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 200 | 0.15 | 0 | 0.15 | 0.08 | 120 | 0.47 | 0.85 |
| Hex | C8 | EB | C8 | F | 0 | F | 8 | 78 | 2F | 55 |
| Octal | 310 | 353 | 310 | 17 | 0 | 17 | 10 | 170 | 57 | 125 |
| Binary | 11001000 | 11101011 | 11001000 | 1111 | 0 | 1111 | 1000 | 1111000 | 101111 | 1010101 |
Color Harmonies of #C8EBC8
Complementary color
Monochromatic Colors of #C8EBC8
Black with #C8EBC8
Text Example
Text Example
White with #C8EBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EBC8; }
p { color: rgb(200,235,200); }
H1.HeaderClassName
{
color: #C8EBC8;
}
.AnyTagClassName
{
color: #C8EBC8;
}
</style>
background-color css
<style>
a { background-color: #C8EBC8; }
a { background-color: rgb(200,235,200); }
div.DivClassName
{
background-color: #C8EBC8;
}
.BgClassName
{
background-color: #C8EBC8;
}
</style>
border-color css
<style>
span { border-color: #C8EBC8; }
span { border-color: rgb(200,235,200); }
td.TdClassName
{
border-color: #C8EBC8;
}
.TagClassName
{
border-color: #C8EBC8;
}
</style>