Shades of Yellow Green #8BDB16
Tints of Yellow Green #8BDB16
RGB
CMYK
RGB Variations
Color information
#8BDB16 (or 0x8BDB16) is known color: Yellow Green. HEX triplet: 8B, DB and 16. RGB value is (139,219,22). Sum of RGB (Red+Green+Blue) = 139+219+22=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BDB16 is #7424E9. Grayscale: #ADADAD. Windows color (decimal): -7611626 or 1497995. OLE color: 1497995.
HSL color Cylindrical-coordinate representation of color #8BDB16: hue angle of 84.37º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BDB16 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 22 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.14 |
| HSL | 84.37º | 0.82% | 0.47% | - |
| HSV(B) | 84.37º | 0.9% | 0.86% | - |
| XYZ | 36.12 | 56.21 | 9.7 | - |
| YUV | 172.62 | 43 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 22 | 0.37 | 0 | 0.90 | 0.14 | 84.37 | 0.82 | 0.47 |
| Hex | 8B | DB | 16 | 25 | 0 | 5A | E | 54 | 52 | 2F |
| Octal | 213 | 333 | 26 | 45 | 0 | 132 | 16 | 124 | 122 | 57 |
| Binary | 10001011 | 11011011 | 10110 | 100101 | 0 | 1011010 | 1110 | 1010100 | 1010010 | 101111 |
Color Harmonies of #8BDB16
Complementary color
Monochromatic Colors of #8BDB16
Black with #8BDB16
Text Example
Text Example
White with #8BDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDB16; }
p { color: rgb(139,219,22); }
H1.HeaderClassName
{
color: #8BDB16;
}
.AnyTagClassName
{
color: #8BDB16;
}
</style>
background-color css
<style>
a { background-color: #8BDB16; }
a { background-color: rgb(139,219,22); }
div.DivClassName
{
background-color: #8BDB16;
}
.BgClassName
{
background-color: #8BDB16;
}
</style>
border-color css
<style>
span { border-color: #8BDB16; }
span { border-color: rgb(139,219,22); }
td.TdClassName
{
border-color: #8BDB16;
}
.TagClassName
{
border-color: #8BDB16;
}
</style>