Shades of Yellow Green #8DBF2D
Tints of Yellow Green #8DBF2D
RGB
CMYK
RGB Variations
Color information
#8DBF2D (or 0x8DBF2D) is known color: Yellow Green. HEX triplet: 8D, BF and 2D. RGB value is (141,191,45). Sum of RGB (Red+Green+Blue) = 141+191+45=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBF2D is #7240D2. Grayscale: #9F9F9F. Windows color (decimal): -7487699 or 2998157. OLE color: 2998157.
HSL color Cylindrical-coordinate representation of color #8DBF2D: hue angle of 80.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DBF2D is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 45 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.25 |
| HSL | 80.55º | 0.62% | 0.46% | - |
| HSV(B) | 80.55º | 0.76% | 0.75% | - |
| XYZ | 30.09 | 43.11 | 9.22 | - |
| YUV | 159.41 | 63.44 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 45 | 0.26 | 0 | 0.76 | 0.25 | 80.55 | 0.62 | 0.46 |
| Hex | 8D | BF | 2D | 1A | 0 | 4C | 19 | 51 | 3E | 2E |
| Octal | 215 | 277 | 55 | 32 | 0 | 114 | 31 | 121 | 76 | 56 |
| Binary | 10001101 | 10111111 | 101101 | 11010 | 0 | 1001100 | 11001 | 1010001 | 111110 | 101110 |
Color Harmonies of #8DBF2D
Complementary color
Monochromatic Colors of #8DBF2D
Black with #8DBF2D
Text Example
Text Example
White with #8DBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF2D; }
p { color: rgb(141,191,45); }
H1.HeaderClassName
{
color: #8DBF2D;
}
.AnyTagClassName
{
color: #8DBF2D;
}
</style>
background-color css
<style>
a { background-color: #8DBF2D; }
a { background-color: rgb(141,191,45); }
div.DivClassName
{
background-color: #8DBF2D;
}
.BgClassName
{
background-color: #8DBF2D;
}
</style>
border-color css
<style>
span { border-color: #8DBF2D; }
span { border-color: rgb(141,191,45); }
td.TdClassName
{
border-color: #8DBF2D;
}
.TagClassName
{
border-color: #8DBF2D;
}
</style>