Shades of Granny Apple #C8FCD5
Tints of Granny Apple #C8FCD5
RGB
CMYK
RGB Variations
Color information
#C8FCD5 (or 0xC8FCD5) is known color: Granny Apple. HEX triplet: C8, FC and D5. RGB value is (200,252,213). Sum of RGB (Red+Green+Blue) = 200+252+213=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FCD5 is #37032A. Grayscale: #E8E8E8. Windows color (decimal): -3605291 or 14023880. OLE color: 14023880.
HSL color Cylindrical-coordinate representation of color #C8FCD5: hue angle of 135º 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 #C8FCD5 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 213 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.01 |
| HSL | 135º | 0.9% | 0.89% | - |
| HSV(B) | 135º | 0.21% | 0.99% | - |
| XYZ | 70.64 | 86.7 | 75.96 | - |
| YUV | 232.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 213 | 0.21 | 0 | 0.15 | 0.01 | 135 | 0.9 | 0.89 |
| Hex | C8 | FC | D5 | 15 | 0 | F | 1 | 87 | 5A | 59 |
| Octal | 310 | 374 | 325 | 25 | 0 | 17 | 1 | 207 | 132 | 131 |
| Binary | 11001000 | 11111100 | 11010101 | 10101 | 0 | 1111 | 1 | 10000111 | 1011010 | 1011001 |
Color Harmonies of #C8FCD5
Complementary color
Monochromatic Colors of #C8FCD5
Black with #C8FCD5
Text Example
Text Example
White with #C8FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FCD5; }
p { color: rgb(200,252,213); }
H1.HeaderClassName
{
color: #C8FCD5;
}
.AnyTagClassName
{
color: #C8FCD5;
}
</style>
background-color css
<style>
a { background-color: #C8FCD5; }
a { background-color: rgb(200,252,213); }
div.DivClassName
{
background-color: #C8FCD5;
}
.BgClassName
{
background-color: #C8FCD5;
}
</style>
border-color css
<style>
span { border-color: #C8FCD5; }
span { border-color: rgb(200,252,213); }
td.TdClassName
{
border-color: #C8FCD5;
}
.TagClassName
{
border-color: #C8FCD5;
}
</style>