Html Css Color HEX #8EDD7F Granny Smith Apple
📋 copy color: '#8EDD7F'red 142 ◦ green 221 ◦ blue 127
Shades of Granny Smith Apple #8EDD7F
Tints of Granny Smith Apple #8EDD7F
RGB
CMYK
RGB Variations
Color information
#8EDD7F (or 0x8EDD7F) is known color: Granny Smith Apple. HEX triplet: 8E, DD and 7F. RGB value is (142,221,127). Sum of RGB (Red+Green+Blue) = 142+221+127=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD7F is #712280. Grayscale: #BABABA. Windows color (decimal): -7414401 or 8379790. OLE color: 8379790.
HSL color Cylindrical-coordinate representation of color #8EDD7F: hue angle of 110.43º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EDD7F is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 127 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.13 |
| HSL | 110.43º | 0.58% | 0.68% | - |
| HSV(B) | 110.43º | 0.43% | 0.87% | - |
| XYZ | 40.84 | 59 | 29.31 | - |
| YUV | 186.66 | 94.33 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 127 | 0.36 | 0 | 0.43 | 0.13 | 110.43 | 0.58 | 0.68 |
| Hex | 8E | DD | 7F | 24 | 0 | 2B | D | 6E | 3A | 44 |
| Octal | 216 | 335 | 177 | 44 | 0 | 53 | 15 | 156 | 72 | 104 |
| Binary | 10001110 | 11011101 | 1111111 | 100100 | 0 | 101011 | 1101 | 1101110 | 111010 | 1000100 |
Color Harmonies of #8EDD7F
Complementary color
Monochromatic Colors of #8EDD7F
Black with #8EDD7F
Text Example
Text Example
White with #8EDD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD7F; }
p { color: rgb(142,221,127); }
H1.HeaderClassName
{
color: #8EDD7F;
}
.AnyTagClassName
{
color: #8EDD7F;
}
</style>
background-color css
<style>
a { background-color: #8EDD7F; }
a { background-color: rgb(142,221,127); }
div.DivClassName
{
background-color: #8EDD7F;
}
.BgClassName
{
background-color: #8EDD7F;
}
</style>
border-color css
<style>
span { border-color: #8EDD7F; }
span { border-color: rgb(142,221,127); }
td.TdClassName
{
border-color: #8EDD7F;
}
.TagClassName
{
border-color: #8EDD7F;
}
</style>