Shades of Yellow Green #8DBF3A
Tints of Yellow Green #8DBF3A
RGB
CMYK
RGB Variations
Color information
#8DBF3A (or 0x8DBF3A) is known color: Yellow Green. HEX triplet: 8D, BF and 3A. RGB value is (141,191,58). Sum of RGB (Red+Green+Blue) = 141+191+58=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBF3A is #7240C5. Grayscale: #A1A1A1. Windows color (decimal): -7487686 or 3850125. OLE color: 3850125.
HSL color Cylindrical-coordinate representation of color #8DBF3A: hue angle of 82.56º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DBF3A is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 58 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.25 |
| HSL | 82.56º | 0.53% | 0.49% | - |
| HSV(B) | 82.56º | 0.7% | 0.75% | - |
| XYZ | 30.38 | 43.23 | 10.75 | - |
| YUV | 160.89 | 69.94 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 58 | 0.26 | 0 | 0.70 | 0.25 | 82.56 | 0.53 | 0.49 |
| Hex | 8D | BF | 3A | 1A | 0 | 46 | 19 | 53 | 35 | 31 |
| Octal | 215 | 277 | 72 | 32 | 0 | 106 | 31 | 123 | 65 | 61 |
| Binary | 10001101 | 10111111 | 111010 | 11010 | 0 | 1000110 | 11001 | 1010011 | 110101 | 110001 |
Color Harmonies of #8DBF3A
Complementary color
Monochromatic Colors of #8DBF3A
Black with #8DBF3A
Text Example
Text Example
White with #8DBF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF3A; }
p { color: rgb(141,191,58); }
H1.HeaderClassName
{
color: #8DBF3A;
}
.AnyTagClassName
{
color: #8DBF3A;
}
</style>
background-color css
<style>
a { background-color: #8DBF3A; }
a { background-color: rgb(141,191,58); }
div.DivClassName
{
background-color: #8DBF3A;
}
.BgClassName
{
background-color: #8DBF3A;
}
</style>
border-color css
<style>
span { border-color: #8DBF3A; }
span { border-color: rgb(141,191,58); }
td.TdClassName
{
border-color: #8DBF3A;
}
.TagClassName
{
border-color: #8DBF3A;
}
</style>