Html Css Color HEX #8EDD84 Granny Smith Apple
📋 copy color: '#8EDD84'red 142 ◦ green 221 ◦ blue 132
Shades of Granny Smith Apple #8EDD84
Tints of Granny Smith Apple #8EDD84
RGB
CMYK
RGB Variations
Color information
#8EDD84 (or 0x8EDD84) is known color: Granny Smith Apple. HEX triplet: 8E, DD and 84. RGB value is (142,221,132). Sum of RGB (Red+Green+Blue) = 142+221+132=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDD84 is #71227B. Grayscale: #BBBBBB. Windows color (decimal): -7414396 or 8707470. OLE color: 8707470.
HSL color Cylindrical-coordinate representation of color #8EDD84: hue angle of 113.26º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EDD84 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 132 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.13 |
| HSL | 113.26º | 0.57% | 0.69% | - |
| HSV(B) | 113.26º | 0.4% | 0.87% | - |
| XYZ | 41.18 | 59.13 | 31.07 | - |
| YUV | 187.23 | 96.83 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 132 | 0.36 | 0 | 0.40 | 0.13 | 113.26 | 0.57 | 0.69 |
| Hex | 8E | DD | 84 | 24 | 0 | 28 | D | 71 | 39 | 45 |
| Octal | 216 | 335 | 204 | 44 | 0 | 50 | 15 | 161 | 71 | 105 |
| Binary | 10001110 | 11011101 | 10000100 | 100100 | 0 | 101000 | 1101 | 1110001 | 111001 | 1000101 |
Color Harmonies of #8EDD84
Complementary color
Monochromatic Colors of #8EDD84
Black with #8EDD84
Text Example
Text Example
White with #8EDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD84; }
p { color: rgb(142,221,132); }
H1.HeaderClassName
{
color: #8EDD84;
}
.AnyTagClassName
{
color: #8EDD84;
}
</style>
background-color css
<style>
a { background-color: #8EDD84; }
a { background-color: rgb(142,221,132); }
div.DivClassName
{
background-color: #8EDD84;
}
.BgClassName
{
background-color: #8EDD84;
}
</style>
border-color css
<style>
span { border-color: #8EDD84; }
span { border-color: rgb(142,221,132); }
td.TdClassName
{
border-color: #8EDD84;
}
.TagClassName
{
border-color: #8EDD84;
}
</style>