Shades of Granny Apple #C8F1D0
Tints of Granny Apple #C8F1D0
RGB
CMYK
RGB Variations
Color information
#C8F1D0 (or 0xC8F1D0) is known color: Granny Apple. HEX triplet: C8, F1 and D0. RGB value is (200,241,208). Sum of RGB (Red+Green+Blue) = 200+241+208=649 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.82% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F1D0 is #370E2F. Grayscale: #E1E1E1. Windows color (decimal): -3608112 or 13693384. OLE color: 13693384.
HSL color Cylindrical-coordinate representation of color #C8F1D0: hue angle of 131.71º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F1D0 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 208 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.05 |
| HSL | 131.71º | 0.59% | 0.86% | - |
| HSV(B) | 131.71º | 0.17% | 0.95% | - |
| XYZ | 66.66 | 79.74 | 71.55 | - |
| YUV | 224.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 208 | 0.17 | 0 | 0.14 | 0.05 | 131.71 | 0.59 | 0.86 |
| Hex | C8 | F1 | D0 | 11 | 0 | E | 5 | 84 | 3B | 56 |
| Octal | 310 | 361 | 320 | 21 | 0 | 16 | 5 | 204 | 73 | 126 |
| Binary | 11001000 | 11110001 | 11010000 | 10001 | 0 | 1110 | 101 | 10000100 | 111011 | 1010110 |
Color Harmonies of #C8F1D0
Complementary color
Monochromatic Colors of #C8F1D0
Black with #C8F1D0
Text Example
Text Example
White with #C8F1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F1D0; }
p { color: rgb(200,241,208); }
H1.HeaderClassName
{
color: #C8F1D0;
}
.AnyTagClassName
{
color: #C8F1D0;
}
</style>
background-color css
<style>
a { background-color: #C8F1D0; }
a { background-color: rgb(200,241,208); }
div.DivClassName
{
background-color: #C8F1D0;
}
.BgClassName
{
background-color: #C8F1D0;
}
</style>
border-color css
<style>
span { border-color: #C8F1D0; }
span { border-color: rgb(200,241,208); }
td.TdClassName
{
border-color: #C8F1D0;
}
.TagClassName
{
border-color: #C8F1D0;
}
</style>