Shades of Yellow Green #8EBD35
Tints of Yellow Green #8EBD35
RGB
CMYK
RGB Variations
Color information
#8EBD35 (or 0x8EBD35) is known color: Yellow Green. HEX triplet: 8E, BD and 35. RGB value is (142,189,53). Sum of RGB (Red+Green+Blue) = 142+189+53=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBD35 is #7142CA. Grayscale: #9F9F9F. Windows color (decimal): -7422667 or 3521934. OLE color: 3521934.
HSL color Cylindrical-coordinate representation of color #8EBD35: hue angle of 80.74º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EBD35 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 53 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.26 |
| HSL | 80.74º | 0.56% | 0.47% | - |
| HSV(B) | 80.74º | 0.72% | 0.74% | - |
| XYZ | 30 | 42.4 | 9.97 | - |
| YUV | 159.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 53 | 0.25 | 0 | 0.72 | 0.26 | 80.74 | 0.56 | 0.47 |
| Hex | 8E | BD | 35 | 19 | 0 | 48 | 1A | 51 | 38 | 2F |
| Octal | 216 | 275 | 65 | 31 | 0 | 110 | 32 | 121 | 70 | 57 |
| Binary | 10001110 | 10111101 | 110101 | 11001 | 0 | 1001000 | 11010 | 1010001 | 111000 | 101111 |
Color Harmonies of #8EBD35
Complementary color
Monochromatic Colors of #8EBD35
Black with #8EBD35
Text Example
Text Example
White with #8EBD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBD35; }
p { color: rgb(142,189,53); }
H1.HeaderClassName
{
color: #8EBD35;
}
.AnyTagClassName
{
color: #8EBD35;
}
</style>
background-color css
<style>
a { background-color: #8EBD35; }
a { background-color: rgb(142,189,53); }
div.DivClassName
{
background-color: #8EBD35;
}
.BgClassName
{
background-color: #8EBD35;
}
</style>
border-color css
<style>
span { border-color: #8EBD35; }
span { border-color: rgb(142,189,53); }
td.TdClassName
{
border-color: #8EBD35;
}
.TagClassName
{
border-color: #8EBD35;
}
</style>