Shades of Granny Apple #C8F7D6
Tints of Granny Apple #C8F7D6
RGB
CMYK
RGB Variations
Color information
#C8F7D6 (or 0xC8F7D6) is known color: Granny Apple. HEX triplet: C8, F7 and D6. RGB value is (200,247,214). Sum of RGB (Red+Green+Blue) = 200+247+214=661 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.26% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F7D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F7D6 is #370829. Grayscale: #E5E5E5. Windows color (decimal): -3606570 or 14088136. OLE color: 14088136.
HSL color Cylindrical-coordinate representation of color #C8F7D6: hue angle of 137.87º degrees, saturation: 0.75, 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 #C8F7D6 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 247 | 214 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.03 |
| HSL | 137.87º | 0.75% | 0.88% | - |
| HSV(B) | 137.87º | 0.19% | 0.97% | - |
| XYZ | 69.22 | 83.66 | 76.12 | - |
| YUV | 229.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 214 | 0.19 | 0 | 0.13 | 0.03 | 137.87 | 0.75 | 0.88 |
| Hex | C8 | F7 | D6 | 13 | 0 | D | 3 | 8A | 4B | 58 |
| Octal | 310 | 367 | 326 | 23 | 0 | 15 | 3 | 212 | 113 | 130 |
| Binary | 11001000 | 11110111 | 11010110 | 10011 | 0 | 1101 | 11 | 10001010 | 1001011 | 1011000 |
Color Harmonies of #C8F7D6
Complementary color
Monochromatic Colors of #C8F7D6
Black with #C8F7D6
Text Example
Text Example
White with #C8F7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F7D6; }
p { color: rgb(200,247,214); }
H1.HeaderClassName
{
color: #C8F7D6;
}
.AnyTagClassName
{
color: #C8F7D6;
}
</style>
background-color css
<style>
a { background-color: #C8F7D6; }
a { background-color: rgb(200,247,214); }
div.DivClassName
{
background-color: #C8F7D6;
}
.BgClassName
{
background-color: #C8F7D6;
}
</style>
border-color css
<style>
span { border-color: #C8F7D6; }
span { border-color: rgb(200,247,214); }
td.TdClassName
{
border-color: #C8F7D6;
}
.TagClassName
{
border-color: #C8F7D6;
}
</style>