Shades of Granny Apple #C8FED5
Tints of Granny Apple #C8FED5
RGB
CMYK
RGB Variations
Color information
#C8FED5 (or 0xC8FED5) is known color: Granny Apple. HEX triplet: C8, FE and D5. RGB value is (200,254,213). Sum of RGB (Red+Green+Blue) = 200+254+213=667 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.99% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FED5 is #37012A. Grayscale: #E9E9E9. Windows color (decimal): -3604779 or 14024392. OLE color: 14024392.
HSL color Cylindrical-coordinate representation of color #C8FED5: hue angle of 134.44º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FED5 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 213 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.00 |
| HSL | 134.44º | 0.96% | 0.89% | - |
| HSV(B) | 134.44º | 0.21% | 1% | - |
| XYZ | 71.27 | 87.97 | 76.17 | - |
| YUV | 233.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 213 | 0.21 | 0 | 0.16 | 0.00 | 134.44 | 0.96 | 0.89 |
| Hex | C8 | FE | D5 | 15 | 0 | 10 | 0 | 86 | 60 | 59 |
| Octal | 310 | 376 | 325 | 25 | 0 | 20 | 0 | 206 | 140 | 131 |
| Binary | 11001000 | 11111110 | 11010101 | 10101 | 0 | 10000 | 0 | 10000110 | 1100000 | 1011001 |
Color Harmonies of #C8FED5
Complementary color
Monochromatic Colors of #C8FED5
Black with #C8FED5
Text Example
Text Example
White with #C8FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FED5; }
p { color: rgb(200,254,213); }
H1.HeaderClassName
{
color: #C8FED5;
}
.AnyTagClassName
{
color: #C8FED5;
}
</style>
background-color css
<style>
a { background-color: #C8FED5; }
a { background-color: rgb(200,254,213); }
div.DivClassName
{
background-color: #C8FED5;
}
.BgClassName
{
background-color: #C8FED5;
}
</style>
border-color css
<style>
span { border-color: #C8FED5; }
span { border-color: rgb(200,254,213); }
td.TdClassName
{
border-color: #C8FED5;
}
.TagClassName
{
border-color: #C8FED5;
}
</style>