Shades of Granny Apple #C8FCD4
Tints of Granny Apple #C8FCD4
RGB
CMYK
RGB Variations
Color information
#C8FCD4 (or 0xC8FCD4) is known color: Granny Apple. HEX triplet: C8, FC and D4. RGB value is (200,252,212). Sum of RGB (Red+Green+Blue) = 200+252+212=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 212 (83.20% from 255 or 31.93% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FCD4 is #37032B. Grayscale: #E7E7E7. Windows color (decimal): -3605292 or 13958344. OLE color: 13958344.
HSL color Cylindrical-coordinate representation of color #C8FCD4: hue angle of 133.85º 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 #C8FCD4 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 212 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.01 |
| HSL | 133.85º | 0.9% | 0.89% | - |
| HSV(B) | 133.85º | 0.21% | 0.99% | - |
| XYZ | 70.51 | 86.65 | 75.3 | - |
| YUV | 231.89 | 116.77 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 212 | 0.21 | 0 | 0.16 | 0.01 | 133.85 | 0.9 | 0.89 |
| Hex | C8 | FC | D4 | 15 | 0 | 10 | 1 | 86 | 5A | 59 |
| Octal | 310 | 374 | 324 | 25 | 0 | 20 | 1 | 206 | 132 | 131 |
| Binary | 11001000 | 11111100 | 11010100 | 10101 | 0 | 10000 | 1 | 10000110 | 1011010 | 1011001 |
Color Harmonies of #C8FCD4
Complementary color
Monochromatic Colors of #C8FCD4
Black with #C8FCD4
Text Example
Text Example
White with #C8FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FCD4; }
p { color: rgb(200,252,212); }
H1.HeaderClassName
{
color: #C8FCD4;
}
.AnyTagClassName
{
color: #C8FCD4;
}
</style>
background-color css
<style>
a { background-color: #C8FCD4; }
a { background-color: rgb(200,252,212); }
div.DivClassName
{
background-color: #C8FCD4;
}
.BgClassName
{
background-color: #C8FCD4;
}
</style>
border-color css
<style>
span { border-color: #C8FCD4; }
span { border-color: rgb(200,252,212); }
td.TdClassName
{
border-color: #C8FCD4;
}
.TagClassName
{
border-color: #C8FCD4;
}
</style>