Shades of Yellow Green #8DBF2B
Tints of Yellow Green #8DBF2B
RGB
CMYK
RGB Variations
Color information
#8DBF2B (or 0x8DBF2B) is known color: Yellow Green. HEX triplet: 8D, BF and 2B. RGB value is (141,191,43). Sum of RGB (Red+Green+Blue) = 141+191+43=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBF2B is #7240D4. Grayscale: #9F9F9F. Windows color (decimal): -7487701 or 2867085. OLE color: 2867085.
HSL color Cylindrical-coordinate representation of color #8DBF2B: hue angle of 80.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DBF2B is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 43 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.25 |
| HSL | 80.27º | 0.63% | 0.46% | - |
| HSV(B) | 80.27º | 0.77% | 0.75% | - |
| XYZ | 30.05 | 43.1 | 9.02 | - |
| YUV | 159.18 | 62.44 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 43 | 0.26 | 0 | 0.77 | 0.25 | 80.27 | 0.63 | 0.46 |
| Hex | 8D | BF | 2B | 1A | 0 | 4D | 19 | 50 | 3F | 2E |
| Octal | 215 | 277 | 53 | 32 | 0 | 115 | 31 | 120 | 77 | 56 |
| Binary | 10001101 | 10111111 | 101011 | 11010 | 0 | 1001101 | 11001 | 1010000 | 111111 | 101110 |
Color Harmonies of #8DBF2B
Complementary color
Monochromatic Colors of #8DBF2B
Black with #8DBF2B
Text Example
Text Example
White with #8DBF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF2B; }
p { color: rgb(141,191,43); }
H1.HeaderClassName
{
color: #8DBF2B;
}
.AnyTagClassName
{
color: #8DBF2B;
}
</style>
background-color css
<style>
a { background-color: #8DBF2B; }
a { background-color: rgb(141,191,43); }
div.DivClassName
{
background-color: #8DBF2B;
}
.BgClassName
{
background-color: #8DBF2B;
}
</style>
border-color css
<style>
span { border-color: #8DBF2B; }
span { border-color: rgb(141,191,43); }
td.TdClassName
{
border-color: #8DBF2B;
}
.TagClassName
{
border-color: #8DBF2B;
}
</style>