Html Css Color HEX #8EDD85 Granny Smith Apple
📋 copy color: '#8EDD85'red 142 ◦ green 221 ◦ blue 133
Shades of Granny Smith Apple #8EDD85
Tints of Granny Smith Apple #8EDD85
RGB
CMYK
RGB Variations
Color information
#8EDD85 (or 0x8EDD85) is known color: Granny Smith Apple. HEX triplet: 8E, DD and 85. RGB value is (142,221,133). Sum of RGB (Red+Green+Blue) = 142+221+133=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDD85 is #71227A. Grayscale: #BBBBBB. Windows color (decimal): -7414395 or 8773006. OLE color: 8773006.
HSL color Cylindrical-coordinate representation of color #8EDD85: hue angle of 113.86º degrees, saturation: 0.56, 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 #8EDD85 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 133 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.13 |
| HSL | 113.86º | 0.56% | 0.69% | - |
| HSV(B) | 113.86º | 0.4% | 0.87% | - |
| XYZ | 41.25 | 59.16 | 31.43 | - |
| YUV | 187.35 | 97.33 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 133 | 0.36 | 0 | 0.40 | 0.13 | 113.86 | 0.56 | 0.69 |
| Hex | 8E | DD | 85 | 24 | 0 | 28 | D | 72 | 38 | 45 |
| Octal | 216 | 335 | 205 | 44 | 0 | 50 | 15 | 162 | 70 | 105 |
| Binary | 10001110 | 11011101 | 10000101 | 100100 | 0 | 101000 | 1101 | 1110010 | 111000 | 1000101 |
Color Harmonies of #8EDD85
Complementary color
Monochromatic Colors of #8EDD85
Black with #8EDD85
Text Example
Text Example
White with #8EDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD85; }
p { color: rgb(142,221,133); }
H1.HeaderClassName
{
color: #8EDD85;
}
.AnyTagClassName
{
color: #8EDD85;
}
</style>
background-color css
<style>
a { background-color: #8EDD85; }
a { background-color: rgb(142,221,133); }
div.DivClassName
{
background-color: #8EDD85;
}
.BgClassName
{
background-color: #8EDD85;
}
</style>
border-color css
<style>
span { border-color: #8EDD85; }
span { border-color: rgb(142,221,133); }
td.TdClassName
{
border-color: #8EDD85;
}
.TagClassName
{
border-color: #8EDD85;
}
</style>