Shades of Granny Apple #C8FED4
Tints of Granny Apple #C8FED4
RGB
CMYK
RGB Variations
Color information
#C8FED4 (or 0xC8FED4) is known color: Granny Apple. HEX triplet: C8, FE and D4. RGB value is (200,254,212). Sum of RGB (Red+Green+Blue) = 200+254+212=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FED4 is #37012B. Grayscale: #E9E9E9. Windows color (decimal): -3604780 or 13958856. OLE color: 13958856.
HSL color Cylindrical-coordinate representation of color #C8FED4: hue angle of 133.33º 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 #C8FED4 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 200 | 254 | 212 | - |
CMYK | 0.21 | 0 | 0.17 | 0.00 |
HSL | 133.33º | 0.96% | 0.89% | - |
HSV(B) | 133.33º | 0.21% | 1% | - |
XYZ | 71.14 | 87.92 | 75.51 | - |
YUV | 233.07 | 116.11 | 104.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 254 | 212 | 0.21 | 0 | 0.17 | 0.00 | 133.33 | 0.96 | 0.89 |
Hex | C8 | FE | D4 | 15 | 0 | 11 | 0 | 85 | 60 | 59 |
Octal | 310 | 376 | 324 | 25 | 0 | 21 | 0 | 205 | 140 | 131 |
Binary | 11001000 | 11111110 | 11010100 | 10101 | 0 | 10001 | 0 | 10000101 | 1100000 | 1011001 |
Color Harmonies of #C8FED4
Complementary color
Monochromatic Colors of #C8FED4
Black with #C8FED4
Text Example
Text Example
White with #C8FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FED4; }
p { color: rgb(200,254,212); }
H1.HeaderClassName
{
color: #C8FED4;
}
.AnyTagClassName
{
color: #C8FED4;
}
</style>
background-color css
<style>
a { background-color: #C8FED4; }
a { background-color: rgb(200,254,212); }
div.DivClassName
{
background-color: #C8FED4;
}
.BgClassName
{
background-color: #C8FED4;
}
</style>
border-color css
<style>
span { border-color: #C8FED4; }
span { border-color: rgb(200,254,212); }
td.TdClassName
{
border-color: #C8FED4;
}
.TagClassName
{
border-color: #C8FED4;
}
</style>