Shades of Granny Apple #C8FED8
Tints of Granny Apple #C8FED8
RGB
CMYK
RGB Variations
Color information
#C8FED8 (or 0xC8FED8) is known color: Granny Apple. HEX triplet: C8, FE and D8. RGB value is (200,254,216). Sum of RGB (Red+Green+Blue) = 200+254+216=670 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.85% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FED8 is #370127. Grayscale: #E9E9E9. Windows color (decimal): -3604776 or 14221000. OLE color: 14221000.
HSL color Cylindrical-coordinate representation of color #C8FED8: hue angle of 137.78º 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 #C8FED8 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 216 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.00 |
| HSL | 137.78º | 0.96% | 0.89% | - |
| HSV(B) | 137.78º | 0.21% | 1% | - |
| XYZ | 71.66 | 88.12 | 78.2 | - |
| YUV | 233.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 216 | 0.21 | 0 | 0.15 | 0.00 | 137.78 | 0.96 | 0.89 |
| Hex | C8 | FE | D8 | 15 | 0 | F | 0 | 8A | 60 | 59 |
| Octal | 310 | 376 | 330 | 25 | 0 | 17 | 0 | 212 | 140 | 131 |
| Binary | 11001000 | 11111110 | 11011000 | 10101 | 0 | 1111 | 0 | 10001010 | 1100000 | 1011001 |
Color Harmonies of #C8FED8
Complementary color
Monochromatic Colors of #C8FED8
Black with #C8FED8
Text Example
Text Example
White with #C8FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FED8; }
p { color: rgb(200,254,216); }
H1.HeaderClassName
{
color: #C8FED8;
}
.AnyTagClassName
{
color: #C8FED8;
}
</style>
background-color css
<style>
a { background-color: #C8FED8; }
a { background-color: rgb(200,254,216); }
div.DivClassName
{
background-color: #C8FED8;
}
.BgClassName
{
background-color: #C8FED8;
}
</style>
border-color css
<style>
span { border-color: #C8FED8; }
span { border-color: rgb(200,254,216); }
td.TdClassName
{
border-color: #C8FED8;
}
.TagClassName
{
border-color: #C8FED8;
}
</style>