Shades of Yellow Green #8EDA1F
Tints of Yellow Green #8EDA1F
RGB
CMYK
RGB Variations
Color information
#8EDA1F (or 0x8EDA1F) is known color: Yellow Green. HEX triplet: 8E, DA and 1F. RGB value is (142,218,31). Sum of RGB (Red+Green+Blue) = 142+218+31=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 218 (85.55% from 255 or 55.75% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDA1F is #7125E0. Grayscale: #AEAEAE. Windows color (decimal): -7415265 or 2087566. OLE color: 2087566.
HSL color Cylindrical-coordinate representation of color #8EDA1F: hue angle of 84.39º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8EDA1F is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 31 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.15 |
| HSL | 84.39º | 0.75% | 0.49% | - |
| HSV(B) | 84.39º | 0.86% | 0.85% | - |
| XYZ | 36.47 | 55.99 | 10.18 | - |
| YUV | 173.96 | 47.32 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 31 | 0.35 | 0 | 0.86 | 0.15 | 84.39 | 0.75 | 0.49 |
| Hex | 8E | DA | 1F | 23 | 0 | 56 | F | 54 | 4B | 31 |
| Octal | 216 | 332 | 37 | 43 | 0 | 126 | 17 | 124 | 113 | 61 |
| Binary | 10001110 | 11011010 | 11111 | 100011 | 0 | 1010110 | 1111 | 1010100 | 1001011 | 110001 |
Color Harmonies of #8EDA1F
Complementary color
Monochromatic Colors of #8EDA1F
Black with #8EDA1F
Text Example
Text Example
White with #8EDA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA1F; }
p { color: rgb(142,218,31); }
H1.HeaderClassName
{
color: #8EDA1F;
}
.AnyTagClassName
{
color: #8EDA1F;
}
</style>
background-color css
<style>
a { background-color: #8EDA1F; }
a { background-color: rgb(142,218,31); }
div.DivClassName
{
background-color: #8EDA1F;
}
.BgClassName
{
background-color: #8EDA1F;
}
</style>
border-color css
<style>
span { border-color: #8EDA1F; }
span { border-color: rgb(142,218,31); }
td.TdClassName
{
border-color: #8EDA1F;
}
.TagClassName
{
border-color: #8EDA1F;
}
</style>