Shades of Yellow Green #8DBB38
Tints of Yellow Green #8DBB38
RGB
CMYK
RGB Variations
Color information
#8DBB38 (or 0x8DBB38) is known color: Yellow Green. HEX triplet: 8D, BB and 38. RGB value is (141,187,56). Sum of RGB (Red+Green+Blue) = 141+187+56=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBB38 is #7244C7. Grayscale: #9E9E9E. Windows color (decimal): -7488712 or 3718029. OLE color: 3718029.
HSL color Cylindrical-coordinate representation of color #8DBB38: hue angle of 81.07º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DBB38 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 56 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.27 |
| HSL | 81.07º | 0.54% | 0.48% | - |
| HSV(B) | 81.07º | 0.7% | 0.73% | - |
| XYZ | 29.47 | 41.49 | 10.2 | - |
| YUV | 158.31 | 70.26 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 56 | 0.25 | 0 | 0.70 | 0.27 | 81.07 | 0.54 | 0.48 |
| Hex | 8D | BB | 38 | 19 | 0 | 46 | 1B | 51 | 36 | 30 |
| Octal | 215 | 273 | 70 | 31 | 0 | 106 | 33 | 121 | 66 | 60 |
| Binary | 10001101 | 10111011 | 111000 | 11001 | 0 | 1000110 | 11011 | 1010001 | 110110 | 110000 |
Color Harmonies of #8DBB38
Complementary color
Monochromatic Colors of #8DBB38
Black with #8DBB38
Text Example
Text Example
White with #8DBB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB38; }
p { color: rgb(141,187,56); }
H1.HeaderClassName
{
color: #8DBB38;
}
.AnyTagClassName
{
color: #8DBB38;
}
</style>
background-color css
<style>
a { background-color: #8DBB38; }
a { background-color: rgb(141,187,56); }
div.DivClassName
{
background-color: #8DBB38;
}
.BgClassName
{
background-color: #8DBB38;
}
</style>
border-color css
<style>
span { border-color: #8DBB38; }
span { border-color: rgb(141,187,56); }
td.TdClassName
{
border-color: #8DBB38;
}
.TagClassName
{
border-color: #8DBB38;
}
</style>