Shades of Yellow Green #8DBE34
Tints of Yellow Green #8DBE34
RGB
CMYK
RGB Variations
Color information
#8DBE34 (or 0x8DBE34) is known color: Yellow Green. HEX triplet: 8D, BE and 34. RGB value is (141,190,52). Sum of RGB (Red+Green+Blue) = 141+190+52=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBE34 is #7241CB. Grayscale: #A0A0A0. Windows color (decimal): -7487948 or 3456653. OLE color: 3456653.
HSL color Cylindrical-coordinate representation of color #8DBE34: hue angle of 81.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DBE34 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 52 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.25 |
| HSL | 81.3º | 0.57% | 0.47% | - |
| HSV(B) | 81.3º | 0.73% | 0.75% | - |
| XYZ | 30.02 | 42.74 | 9.92 | - |
| YUV | 159.62 | 67.27 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 52 | 0.26 | 0 | 0.73 | 0.25 | 81.3 | 0.57 | 0.47 |
| Hex | 8D | BE | 34 | 1A | 0 | 49 | 19 | 51 | 39 | 2F |
| Octal | 215 | 276 | 64 | 32 | 0 | 111 | 31 | 121 | 71 | 57 |
| Binary | 10001101 | 10111110 | 110100 | 11010 | 0 | 1001001 | 11001 | 1010001 | 111001 | 101111 |
Color Harmonies of #8DBE34
Complementary color
Monochromatic Colors of #8DBE34
Black with #8DBE34
Text Example
Text Example
White with #8DBE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE34; }
p { color: rgb(141,190,52); }
H1.HeaderClassName
{
color: #8DBE34;
}
.AnyTagClassName
{
color: #8DBE34;
}
</style>
background-color css
<style>
a { background-color: #8DBE34; }
a { background-color: rgb(141,190,52); }
div.DivClassName
{
background-color: #8DBE34;
}
.BgClassName
{
background-color: #8DBE34;
}
</style>
border-color css
<style>
span { border-color: #8DBE34; }
span { border-color: rgb(141,190,52); }
td.TdClassName
{
border-color: #8DBE34;
}
.TagClassName
{
border-color: #8DBE34;
}
</style>