Shades of Granny Apple #C8FCD2
Tints of Granny Apple #C8FCD2
RGB
CMYK
RGB Variations
Color information
#C8FCD2 (or 0xC8FCD2) is known color: Granny Apple. HEX triplet: C8, FC and D2. RGB value is (200,252,210). Sum of RGB (Red+Green+Blue) = 200+252+210=662 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.21% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FCD2 is #37032D. Grayscale: #E7E7E7. Windows color (decimal): -3605294 or 13827272. OLE color: 13827272.
HSL color Cylindrical-coordinate representation of color #C8FCD2: hue angle of 131.54º 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 #C8FCD2 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 210 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.01 |
| HSL | 131.54º | 0.9% | 0.89% | - |
| HSV(B) | 131.54º | 0.21% | 0.99% | - |
| XYZ | 70.26 | 86.55 | 73.98 | - |
| YUV | 231.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 210 | 0.21 | 0 | 0.17 | 0.01 | 131.54 | 0.9 | 0.89 |
| Hex | C8 | FC | D2 | 15 | 0 | 11 | 1 | 84 | 5A | 59 |
| Octal | 310 | 374 | 322 | 25 | 0 | 21 | 1 | 204 | 132 | 131 |
| Binary | 11001000 | 11111100 | 11010010 | 10101 | 0 | 10001 | 1 | 10000100 | 1011010 | 1011001 |
Color Harmonies of #C8FCD2
Complementary color
Monochromatic Colors of #C8FCD2
Black with #C8FCD2
Text Example
Text Example
White with #C8FCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FCD2; }
p { color: rgb(200,252,210); }
H1.HeaderClassName
{
color: #C8FCD2;
}
.AnyTagClassName
{
color: #C8FCD2;
}
</style>
background-color css
<style>
a { background-color: #C8FCD2; }
a { background-color: rgb(200,252,210); }
div.DivClassName
{
background-color: #C8FCD2;
}
.BgClassName
{
background-color: #C8FCD2;
}
</style>
border-color css
<style>
span { border-color: #C8FCD2; }
span { border-color: rgb(200,252,210); }
td.TdClassName
{
border-color: #C8FCD2;
}
.TagClassName
{
border-color: #C8FCD2;
}
</style>