Shades of Granny Apple #C8F8D9
Tints of Granny Apple #C8F8D9
RGB
CMYK
RGB Variations
Color information
#C8F8D9 (or 0xC8F8D9) is known color: Granny Apple. HEX triplet: C8, F8 and D9. RGB value is (200,248,217). Sum of RGB (Red+Green+Blue) = 200+248+217=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 248 (97.27% from 255 or 37.29% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F8D9 is #370726. Grayscale: #E6E6E6. Windows color (decimal): -3606311 or 14285000. OLE color: 14285000.
HSL color Cylindrical-coordinate representation of color #C8F8D9: hue angle of 141.25º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F8D9 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 217 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.03 |
| HSL | 141.25º | 0.77% | 0.88% | - |
| HSV(B) | 141.25º | 0.19% | 0.97% | - |
| XYZ | 69.91 | 84.42 | 78.26 | - |
| YUV | 230.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 217 | 0.19 | 0 | 0.12 | 0.03 | 141.25 | 0.77 | 0.88 |
| Hex | C8 | F8 | D9 | 13 | 0 | C | 3 | 8D | 4D | 58 |
| Octal | 310 | 370 | 331 | 23 | 0 | 14 | 3 | 215 | 115 | 130 |
| Binary | 11001000 | 11111000 | 11011001 | 10011 | 0 | 1100 | 11 | 10001101 | 1001101 | 1011000 |
Color Harmonies of #C8F8D9
Complementary color
Monochromatic Colors of #C8F8D9
Black with #C8F8D9
Text Example
Text Example
White with #C8F8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8D9; }
p { color: rgb(200,248,217); }
H1.HeaderClassName
{
color: #C8F8D9;
}
.AnyTagClassName
{
color: #C8F8D9;
}
</style>
background-color css
<style>
a { background-color: #C8F8D9; }
a { background-color: rgb(200,248,217); }
div.DivClassName
{
background-color: #C8F8D9;
}
.BgClassName
{
background-color: #C8F8D9;
}
</style>
border-color css
<style>
span { border-color: #C8F8D9; }
span { border-color: rgb(200,248,217); }
td.TdClassName
{
border-color: #C8F8D9;
}
.TagClassName
{
border-color: #C8F8D9;
}
</style>