Shades of Yellow Green #8DBD32
Tints of Yellow Green #8DBD32
RGB
CMYK
RGB Variations
Color information
#8DBD32 (or 0x8DBD32) is known color: Yellow Green. HEX triplet: 8D, BD and 32. RGB value is (141,189,50). Sum of RGB (Red+Green+Blue) = 141+189+50=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBD32 is #7242CD. Grayscale: #9F9F9F. Windows color (decimal): -7488206 or 3325325. OLE color: 3325325.
HSL color Cylindrical-coordinate representation of color #8DBD32: hue angle of 80.72º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DBD32 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 50 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.26 |
| HSL | 80.72º | 0.58% | 0.47% | - |
| HSV(B) | 80.72º | 0.74% | 0.74% | - |
| XYZ | 29.76 | 42.29 | 9.61 | - |
| YUV | 158.8 | 66.6 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 50 | 0.25 | 0 | 0.74 | 0.26 | 80.72 | 0.58 | 0.47 |
| Hex | 8D | BD | 32 | 19 | 0 | 4A | 1A | 51 | 3A | 2F |
| Octal | 215 | 275 | 62 | 31 | 0 | 112 | 32 | 121 | 72 | 57 |
| Binary | 10001101 | 10111101 | 110010 | 11001 | 0 | 1001010 | 11010 | 1010001 | 111010 | 101111 |
Color Harmonies of #8DBD32
Complementary color
Monochromatic Colors of #8DBD32
Black with #8DBD32
Text Example
Text Example
White with #8DBD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD32; }
p { color: rgb(141,189,50); }
H1.HeaderClassName
{
color: #8DBD32;
}
.AnyTagClassName
{
color: #8DBD32;
}
</style>
background-color css
<style>
a { background-color: #8DBD32; }
a { background-color: rgb(141,189,50); }
div.DivClassName
{
background-color: #8DBD32;
}
.BgClassName
{
background-color: #8DBD32;
}
</style>
border-color css
<style>
span { border-color: #8DBD32; }
span { border-color: rgb(141,189,50); }
td.TdClassName
{
border-color: #8DBD32;
}
.TagClassName
{
border-color: #8DBD32;
}
</style>