Shades of Yellow Green #8DDD14
Tints of Yellow Green #8DDD14
RGB
CMYK
RGB Variations
Color information
#8DDD14 (or 0x8DDD14) is known color: Yellow Green. HEX triplet: 8D, DD and 14. RGB value is (141,221,20). Sum of RGB (Red+Green+Blue) = 141+221+20=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDD14 is #7222EB. Grayscale: #AEAEAE. Windows color (decimal): -7480044 or 1367437. OLE color: 1367437.
HSL color Cylindrical-coordinate representation of color #8DDD14: hue angle of 83.88º degrees, saturation: 0.83, 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 #8DDD14 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 20 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.13 |
| HSL | 83.88º | 0.83% | 0.47% | - |
| HSV(B) | 83.88º | 0.91% | 0.87% | - |
| XYZ | 36.97 | 57.43 | 9.8 | - |
| YUV | 174.17 | 41 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 20 | 0.36 | 0 | 0.91 | 0.13 | 83.88 | 0.83 | 0.47 |
| Hex | 8D | DD | 14 | 24 | 0 | 5B | D | 54 | 53 | 2F |
| Octal | 215 | 335 | 24 | 44 | 0 | 133 | 15 | 124 | 123 | 57 |
| Binary | 10001101 | 11011101 | 10100 | 100100 | 0 | 1011011 | 1101 | 1010100 | 1010011 | 101111 |
Color Harmonies of #8DDD14
Complementary color
Monochromatic Colors of #8DDD14
Black with #8DDD14
Text Example
Text Example
White with #8DDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDD14; }
p { color: rgb(141,221,20); }
H1.HeaderClassName
{
color: #8DDD14;
}
.AnyTagClassName
{
color: #8DDD14;
}
</style>
background-color css
<style>
a { background-color: #8DDD14; }
a { background-color: rgb(141,221,20); }
div.DivClassName
{
background-color: #8DDD14;
}
.BgClassName
{
background-color: #8DDD14;
}
</style>
border-color css
<style>
span { border-color: #8DDD14; }
span { border-color: rgb(141,221,20); }
td.TdClassName
{
border-color: #8DDD14;
}
.TagClassName
{
border-color: #8DDD14;
}
</style>