Shades of Yellow Green #8DDB14
Tints of Yellow Green #8DDB14
RGB
CMYK
RGB Variations
Color information
#8DDB14 (or 0x8DDB14) is known color: Yellow Green. HEX triplet: 8D, DB and 14. RGB value is (141,219,20). Sum of RGB (Red+Green+Blue) = 141+219+20=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDB14 is #7224EB. Grayscale: #ADADAD. Windows color (decimal): -7480556 or 1366925. OLE color: 1366925.
HSL color Cylindrical-coordinate representation of color #8DDB14: hue angle of 83.52º degrees, saturation: 0.83, 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 #8DDB14 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 20 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.14 |
| HSL | 83.52º | 0.83% | 0.47% | - |
| HSV(B) | 83.52º | 0.91% | 0.86% | - |
| XYZ | 36.44 | 56.38 | 9.62 | - |
| YUV | 172.99 | 41.66 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 20 | 0.36 | 0 | 0.91 | 0.14 | 83.52 | 0.83 | 0.47 |
| Hex | 8D | DB | 14 | 24 | 0 | 5B | E | 54 | 53 | 2F |
| Octal | 215 | 333 | 24 | 44 | 0 | 133 | 16 | 124 | 123 | 57 |
| Binary | 10001101 | 11011011 | 10100 | 100100 | 0 | 1011011 | 1110 | 1010100 | 1010011 | 101111 |
Color Harmonies of #8DDB14
Complementary color
Monochromatic Colors of #8DDB14
Black with #8DDB14
Text Example
Text Example
White with #8DDB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB14; }
p { color: rgb(141,219,20); }
H1.HeaderClassName
{
color: #8DDB14;
}
.AnyTagClassName
{
color: #8DDB14;
}
</style>
background-color css
<style>
a { background-color: #8DDB14; }
a { background-color: rgb(141,219,20); }
div.DivClassName
{
background-color: #8DDB14;
}
.BgClassName
{
background-color: #8DDB14;
}
</style>
border-color css
<style>
span { border-color: #8DDB14; }
span { border-color: rgb(141,219,20); }
td.TdClassName
{
border-color: #8DDB14;
}
.TagClassName
{
border-color: #8DDB14;
}
</style>