Shades of Yellow Green #8DDB13
Tints of Yellow Green #8DDB13
RGB
CMYK
RGB Variations
Color information
#8DDB13 (or 0x8DDB13) is known color: Yellow Green. HEX triplet: 8D, DB and 13. RGB value is (141,219,19). Sum of RGB (Red+Green+Blue) = 141+219+19=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDB13 is #7224EC. Grayscale: #ADADAD. Windows color (decimal): -7480557 or 1301389. OLE color: 1301389.
HSL color Cylindrical-coordinate representation of color #8DDB13: hue angle of 83.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DDB13 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 19 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.14 |
| HSL | 83.4º | 0.84% | 0.47% | - |
| HSV(B) | 83.4º | 0.91% | 0.86% | - |
| XYZ | 36.43 | 56.37 | 9.58 | - |
| YUV | 172.88 | 41.16 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 19 | 0.36 | 0 | 0.91 | 0.14 | 83.4 | 0.84 | 0.47 |
| Hex | 8D | DB | 13 | 24 | 0 | 5B | E | 53 | 54 | 2F |
| Octal | 215 | 333 | 23 | 44 | 0 | 133 | 16 | 123 | 124 | 57 |
| Binary | 10001101 | 11011011 | 10011 | 100100 | 0 | 1011011 | 1110 | 1010011 | 1010100 | 101111 |
Color Harmonies of #8DDB13
Complementary color
Monochromatic Colors of #8DDB13
Black with #8DDB13
Text Example
Text Example
White with #8DDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB13; }
p { color: rgb(141,219,19); }
H1.HeaderClassName
{
color: #8DDB13;
}
.AnyTagClassName
{
color: #8DDB13;
}
</style>
background-color css
<style>
a { background-color: #8DDB13; }
a { background-color: rgb(141,219,19); }
div.DivClassName
{
background-color: #8DDB13;
}
.BgClassName
{
background-color: #8DDB13;
}
</style>
border-color css
<style>
span { border-color: #8DDB13; }
span { border-color: rgb(141,219,19); }
td.TdClassName
{
border-color: #8DDB13;
}
.TagClassName
{
border-color: #8DDB13;
}
</style>