Shades of Yellow Green #8DBA3F
Tints of Yellow Green #8DBA3F
RGB
CMYK
RGB Variations
Color information
#8DBA3F (or 0x8DBA3F) is known color: Yellow Green. HEX triplet: 8D, BA and 3F. RGB value is (141,186,63). Sum of RGB (Red+Green+Blue) = 141+186+63=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA3F is #7245C0. Grayscale: #9E9E9E. Windows color (decimal): -7488961 or 4176525. OLE color: 4176525.
HSL color Cylindrical-coordinate representation of color #8DBA3F: hue angle of 81.95º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DBA3F is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 63 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.27 |
| HSL | 81.95º | 0.49% | 0.49% | - |
| HSV(B) | 81.95º | 0.66% | 0.73% | - |
| XYZ | 29.44 | 41.14 | 11.09 | - |
| YUV | 158.52 | 74.09 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 63 | 0.24 | 0 | 0.66 | 0.27 | 81.95 | 0.49 | 0.49 |
| Hex | 8D | BA | 3F | 18 | 0 | 42 | 1B | 52 | 31 | 31 |
| Octal | 215 | 272 | 77 | 30 | 0 | 102 | 33 | 122 | 61 | 61 |
| Binary | 10001101 | 10111010 | 111111 | 11000 | 0 | 1000010 | 11011 | 1010010 | 110001 | 110001 |
Color Harmonies of #8DBA3F
Complementary color
Monochromatic Colors of #8DBA3F
Black with #8DBA3F
Text Example
Text Example
White with #8DBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA3F; }
p { color: rgb(141,186,63); }
H1.HeaderClassName
{
color: #8DBA3F;
}
.AnyTagClassName
{
color: #8DBA3F;
}
</style>
background-color css
<style>
a { background-color: #8DBA3F; }
a { background-color: rgb(141,186,63); }
div.DivClassName
{
background-color: #8DBA3F;
}
.BgClassName
{
background-color: #8DBA3F;
}
</style>
border-color css
<style>
span { border-color: #8DBA3F; }
span { border-color: rgb(141,186,63); }
td.TdClassName
{
border-color: #8DBA3F;
}
.TagClassName
{
border-color: #8DBA3F;
}
</style>