Shades of Yellow Green #8EDD30
Tints of Yellow Green #8EDD30
RGB
CMYK
RGB Variations
Color information
#8EDD30 (or 0x8EDD30) is known color: Yellow Green. HEX triplet: 8E, DD and 30. RGB value is (142,221,48). Sum of RGB (Red+Green+Blue) = 142+221+48=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDD30 is #7122CF. Grayscale: #B2B2B2. Windows color (decimal): -7414480 or 3202446. OLE color: 3202446.
HSL color Cylindrical-coordinate representation of color #8EDD30: hue angle of 87.4º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8EDD30 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 48 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.13 |
| HSL | 87.4º | 0.72% | 0.53% | - |
| HSV(B) | 87.4º | 0.78% | 0.87% | - |
| XYZ | 37.55 | 57.68 | 11.95 | - |
| YUV | 177.66 | 54.83 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 48 | 0.36 | 0 | 0.78 | 0.13 | 87.4 | 0.72 | 0.53 |
| Hex | 8E | DD | 30 | 24 | 0 | 4E | D | 57 | 48 | 35 |
| Octal | 216 | 335 | 60 | 44 | 0 | 116 | 15 | 127 | 110 | 65 |
| Binary | 10001110 | 11011101 | 110000 | 100100 | 0 | 1001110 | 1101 | 1010111 | 1001000 | 110101 |
Color Harmonies of #8EDD30
Complementary color
Monochromatic Colors of #8EDD30
Black with #8EDD30
Text Example
Text Example
White with #8EDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD30; }
p { color: rgb(142,221,48); }
H1.HeaderClassName
{
color: #8EDD30;
}
.AnyTagClassName
{
color: #8EDD30;
}
</style>
background-color css
<style>
a { background-color: #8EDD30; }
a { background-color: rgb(142,221,48); }
div.DivClassName
{
background-color: #8EDD30;
}
.BgClassName
{
background-color: #8EDD30;
}
</style>
border-color css
<style>
span { border-color: #8EDD30; }
span { border-color: rgb(142,221,48); }
td.TdClassName
{
border-color: #8EDD30;
}
.TagClassName
{
border-color: #8EDD30;
}
</style>