Shades of Yellow Green #8BD310
Tints of Yellow Green #8BD310
RGB
CMYK
RGB Variations
Color information
#8BD310 (or 0x8BD310) is known color: Yellow Green. HEX triplet: 8B, D3 and 10. RGB value is (139,211,16). Sum of RGB (Red+Green+Blue) = 139+211+16=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 211 (82.81% from 255 or 57.65% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD310 is #742CEF. Grayscale: #A7A7A7. Windows color (decimal): -7613680 or 1102731. OLE color: 1102731.
HSL color Cylindrical-coordinate representation of color #8BD310: hue angle of 82.15º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BD310 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 211 | 16 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.17 |
| HSL | 82.15º | 0.86% | 0.45% | - |
| HSV(B) | 82.15º | 0.92% | 0.83% | - |
| XYZ | 34.04 | 52.11 | 8.76 | - |
| YUV | 167.24 | 42.65 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 16 | 0.34 | 0 | 0.92 | 0.17 | 82.15 | 0.86 | 0.45 |
| Hex | 8B | D3 | 10 | 22 | 0 | 5C | 11 | 52 | 56 | 2D |
| Octal | 213 | 323 | 20 | 42 | 0 | 134 | 21 | 122 | 126 | 55 |
| Binary | 10001011 | 11010011 | 10000 | 100010 | 0 | 1011100 | 10001 | 1010010 | 1010110 | 101101 |
Color Harmonies of #8BD310
Complementary color
Monochromatic Colors of #8BD310
Black with #8BD310
Text Example
Text Example
White with #8BD310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD310; }
p { color: rgb(139,211,16); }
H1.HeaderClassName
{
color: #8BD310;
}
.AnyTagClassName
{
color: #8BD310;
}
</style>
background-color css
<style>
a { background-color: #8BD310; }
a { background-color: rgb(139,211,16); }
div.DivClassName
{
background-color: #8BD310;
}
.BgClassName
{
background-color: #8BD310;
}
</style>
border-color css
<style>
span { border-color: #8BD310; }
span { border-color: rgb(139,211,16); }
td.TdClassName
{
border-color: #8BD310;
}
.TagClassName
{
border-color: #8BD310;
}
</style>