Shades of Yellow Green #8DDB16
Tints of Yellow Green #8DDB16
RGB
CMYK
RGB Variations
Color information
#8DDB16 (or 0x8DDB16) is known color: Yellow Green. HEX triplet: 8D, DB and 16. RGB value is (141,219,22). Sum of RGB (Red+Green+Blue) = 141+219+22=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDB16 is #7224E9. Grayscale: #ADADAD. Windows color (decimal): -7480554 or 1497997. OLE color: 1497997.
HSL color Cylindrical-coordinate representation of color #8DDB16: hue angle of 83.76º 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 #8DDB16 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 22 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.14 |
| HSL | 83.76º | 0.82% | 0.47% | - |
| HSV(B) | 83.76º | 0.9% | 0.86% | - |
| XYZ | 36.46 | 56.38 | 9.72 | - |
| YUV | 173.22 | 42.66 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 22 | 0.36 | 0 | 0.90 | 0.14 | 83.76 | 0.82 | 0.47 |
| Hex | 8D | DB | 16 | 24 | 0 | 5A | E | 54 | 52 | 2F |
| Octal | 215 | 333 | 26 | 44 | 0 | 132 | 16 | 124 | 122 | 57 |
| Binary | 10001101 | 11011011 | 10110 | 100100 | 0 | 1011010 | 1110 | 1010100 | 1010010 | 101111 |
Color Harmonies of #8DDB16
Complementary color
Monochromatic Colors of #8DDB16
Black with #8DDB16
Text Example
Text Example
White with #8DDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB16; }
p { color: rgb(141,219,22); }
H1.HeaderClassName
{
color: #8DDB16;
}
.AnyTagClassName
{
color: #8DDB16;
}
</style>
background-color css
<style>
a { background-color: #8DDB16; }
a { background-color: rgb(141,219,22); }
div.DivClassName
{
background-color: #8DDB16;
}
.BgClassName
{
background-color: #8DDB16;
}
</style>
border-color css
<style>
span { border-color: #8DDB16; }
span { border-color: rgb(141,219,22); }
td.TdClassName
{
border-color: #8DDB16;
}
.TagClassName
{
border-color: #8DDB16;
}
</style>