Shades of Yellow Green #8BDD16
Tints of Yellow Green #8BDD16
RGB
CMYK
RGB Variations
Color information
#8BDD16 (or 0x8BDD16) is known color: Yellow Green. HEX triplet: 8B, DD and 16. RGB value is (139,221,22). Sum of RGB (Red+Green+Blue) = 139+221+22=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BDD16 is #7422E9. Grayscale: #AEAEAE. Windows color (decimal): -7611114 or 1498507. OLE color: 1498507.
HSL color Cylindrical-coordinate representation of color #8BDD16: hue angle of 84.72º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BDD16 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 22 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.13 |
| HSL | 84.72º | 0.82% | 0.48% | - |
| HSV(B) | 84.72º | 0.9% | 0.87% | - |
| XYZ | 36.65 | 57.26 | 9.88 | - |
| YUV | 173.8 | 42.33 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 22 | 0.37 | 0 | 0.90 | 0.13 | 84.72 | 0.82 | 0.48 |
| Hex | 8B | DD | 16 | 25 | 0 | 5A | D | 55 | 52 | 30 |
| Octal | 213 | 335 | 26 | 45 | 0 | 132 | 15 | 125 | 122 | 60 |
| Binary | 10001011 | 11011101 | 10110 | 100101 | 0 | 1011010 | 1101 | 1010101 | 1010010 | 110000 |
Color Harmonies of #8BDD16
Complementary color
Monochromatic Colors of #8BDD16
Black with #8BDD16
Text Example
Text Example
White with #8BDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD16; }
p { color: rgb(139,221,22); }
H1.HeaderClassName
{
color: #8BDD16;
}
.AnyTagClassName
{
color: #8BDD16;
}
</style>
background-color css
<style>
a { background-color: #8BDD16; }
a { background-color: rgb(139,221,22); }
div.DivClassName
{
background-color: #8BDD16;
}
.BgClassName
{
background-color: #8BDD16;
}
</style>
border-color css
<style>
span { border-color: #8BDD16; }
span { border-color: rgb(139,221,22); }
td.TdClassName
{
border-color: #8BDD16;
}
.TagClassName
{
border-color: #8BDD16;
}
</style>