Shades of Yellow Green #8EBD3E
Tints of Yellow Green #8EBD3E
RGB
CMYK
RGB Variations
Color information
#8EBD3E (or 0x8EBD3E) is known color: Yellow Green. HEX triplet: 8E, BD and 3E. RGB value is (142,189,62). Sum of RGB (Red+Green+Blue) = 142+189+62=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBD3E is #7142C1. Grayscale: #A0A0A0. Windows color (decimal): -7422658 or 4111758. OLE color: 4111758.
HSL color Cylindrical-coordinate representation of color #8EBD3E: hue angle of 82.2º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EBD3E is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 62 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.26 |
| HSL | 82.2º | 0.51% | 0.49% | - |
| HSV(B) | 82.2º | 0.67% | 0.74% | - |
| XYZ | 30.22 | 42.49 | 11.17 | - |
| YUV | 160.47 | 72.43 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 62 | 0.25 | 0 | 0.67 | 0.26 | 82.2 | 0.51 | 0.49 |
| Hex | 8E | BD | 3E | 19 | 0 | 43 | 1A | 52 | 33 | 31 |
| Octal | 216 | 275 | 76 | 31 | 0 | 103 | 32 | 122 | 63 | 61 |
| Binary | 10001110 | 10111101 | 111110 | 11001 | 0 | 1000011 | 11010 | 1010010 | 110011 | 110001 |
Color Harmonies of #8EBD3E
Complementary color
Monochromatic Colors of #8EBD3E
Black with #8EBD3E
Text Example
Text Example
White with #8EBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBD3E; }
p { color: rgb(142,189,62); }
H1.HeaderClassName
{
color: #8EBD3E;
}
.AnyTagClassName
{
color: #8EBD3E;
}
</style>
background-color css
<style>
a { background-color: #8EBD3E; }
a { background-color: rgb(142,189,62); }
div.DivClassName
{
background-color: #8EBD3E;
}
.BgClassName
{
background-color: #8EBD3E;
}
</style>
border-color css
<style>
span { border-color: #8EBD3E; }
span { border-color: rgb(142,189,62); }
td.TdClassName
{
border-color: #8EBD3E;
}
.TagClassName
{
border-color: #8EBD3E;
}
</style>