Shades of Granny Apple #C8FCD6
Tints of Granny Apple #C8FCD6
RGB
CMYK
RGB Variations
Color information
#C8FCD6 (or 0xC8FCD6) is known color: Granny Apple. HEX triplet: C8, FC and D6. RGB value is (200,252,214). Sum of RGB (Red+Green+Blue) = 200+252+214=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FCD6 is #370329. Grayscale: #E8E8E8. Windows color (decimal): -3605290 or 14089416. OLE color: 14089416.
HSL color Cylindrical-coordinate representation of color #C8FCD6: hue angle of 136.15º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FCD6 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 214 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.01 |
| HSL | 136.15º | 0.9% | 0.89% | - |
| HSV(B) | 136.15º | 0.21% | 0.99% | - |
| XYZ | 70.77 | 86.76 | 76.63 | - |
| YUV | 232.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 214 | 0.21 | 0 | 0.15 | 0.01 | 136.15 | 0.9 | 0.89 |
| Hex | C8 | FC | D6 | 15 | 0 | F | 1 | 88 | 5A | 59 |
| Octal | 310 | 374 | 326 | 25 | 0 | 17 | 1 | 210 | 132 | 131 |
| Binary | 11001000 | 11111100 | 11010110 | 10101 | 0 | 1111 | 1 | 10001000 | 1011010 | 1011001 |
Color Harmonies of #C8FCD6
Complementary color
Monochromatic Colors of #C8FCD6
Black with #C8FCD6
Text Example
Text Example
White with #C8FCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FCD6; }
p { color: rgb(200,252,214); }
H1.HeaderClassName
{
color: #C8FCD6;
}
.AnyTagClassName
{
color: #C8FCD6;
}
</style>
background-color css
<style>
a { background-color: #C8FCD6; }
a { background-color: rgb(200,252,214); }
div.DivClassName
{
background-color: #C8FCD6;
}
.BgClassName
{
background-color: #C8FCD6;
}
</style>
border-color css
<style>
span { border-color: #C8FCD6; }
span { border-color: rgb(200,252,214); }
td.TdClassName
{
border-color: #C8FCD6;
}
.TagClassName
{
border-color: #C8FCD6;
}
</style>