Shades of Yellow Green #8DDD13
Tints of Yellow Green #8DDD13
RGB
CMYK
RGB Variations
Color information
#8DDD13 (or 0x8DDD13) is known color: Yellow Green. HEX triplet: 8D, DD and 13. RGB value is (141,221,19). Sum of RGB (Red+Green+Blue) = 141+221+19=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDD13 is #7222EC. Grayscale: #AEAEAE. Windows color (decimal): -7480045 or 1301901. OLE color: 1301901.
HSL color Cylindrical-coordinate representation of color #8DDD13: hue angle of 83.76º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DDD13 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 19 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.13 |
| HSL | 83.76º | 0.84% | 0.47% | - |
| HSV(B) | 83.76º | 0.91% | 0.87% | - |
| XYZ | 36.96 | 57.42 | 9.75 | - |
| YUV | 174.05 | 40.5 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 19 | 0.36 | 0 | 0.91 | 0.13 | 83.76 | 0.84 | 0.47 |
| Hex | 8D | DD | 13 | 24 | 0 | 5B | D | 54 | 54 | 2F |
| Octal | 215 | 335 | 23 | 44 | 0 | 133 | 15 | 124 | 124 | 57 |
| Binary | 10001101 | 11011101 | 10011 | 100100 | 0 | 1011011 | 1101 | 1010100 | 1010100 | 101111 |
Color Harmonies of #8DDD13
Complementary color
Monochromatic Colors of #8DDD13
Black with #8DDD13
Text Example
Text Example
White with #8DDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDD13; }
p { color: rgb(141,221,19); }
H1.HeaderClassName
{
color: #8DDD13;
}
.AnyTagClassName
{
color: #8DDD13;
}
</style>
background-color css
<style>
a { background-color: #8DDD13; }
a { background-color: rgb(141,221,19); }
div.DivClassName
{
background-color: #8DDD13;
}
.BgClassName
{
background-color: #8DDD13;
}
</style>
border-color css
<style>
span { border-color: #8DDD13; }
span { border-color: rgb(141,221,19); }
td.TdClassName
{
border-color: #8DDD13;
}
.TagClassName
{
border-color: #8DDD13;
}
</style>