Shades of Yellow Green #8BD516
Tints of Yellow Green #8BD516
RGB
CMYK
RGB Variations
Color information
#8BD516 (or 0x8BD516) is known color: Yellow Green. HEX triplet: 8B, D5 and 16. RGB value is (139,213,22). Sum of RGB (Red+Green+Blue) = 139+213+22=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 213 (83.59% from 255 or 56.95% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD516 is #742AE9. Grayscale: #A9A9A9. Windows color (decimal): -7613162 or 1496459. OLE color: 1496459.
HSL color Cylindrical-coordinate representation of color #8BD516: hue angle of 83.25º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BD516 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 22 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.16 |
| HSL | 83.25º | 0.81% | 0.46% | - |
| HSV(B) | 83.25º | 0.9% | 0.84% | - |
| XYZ | 34.59 | 53.14 | 9.19 | - |
| YUV | 169.1 | 44.98 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 22 | 0.35 | 0 | 0.90 | 0.16 | 83.25 | 0.81 | 0.46 |
| Hex | 8B | D5 | 16 | 23 | 0 | 5A | 10 | 53 | 51 | 2E |
| Octal | 213 | 325 | 26 | 43 | 0 | 132 | 20 | 123 | 121 | 56 |
| Binary | 10001011 | 11010101 | 10110 | 100011 | 0 | 1011010 | 10000 | 1010011 | 1010001 | 101110 |
Color Harmonies of #8BD516
Complementary color
Monochromatic Colors of #8BD516
Black with #8BD516
Text Example
Text Example
White with #8BD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD516; }
p { color: rgb(139,213,22); }
H1.HeaderClassName
{
color: #8BD516;
}
.AnyTagClassName
{
color: #8BD516;
}
</style>
background-color css
<style>
a { background-color: #8BD516; }
a { background-color: rgb(139,213,22); }
div.DivClassName
{
background-color: #8BD516;
}
.BgClassName
{
background-color: #8BD516;
}
</style>
border-color css
<style>
span { border-color: #8BD516; }
span { border-color: rgb(139,213,22); }
td.TdClassName
{
border-color: #8BD516;
}
.TagClassName
{
border-color: #8BD516;
}
</style>