Shades of Yellow Green #8DDA13
Tints of Yellow Green #8DDA13
RGB
CMYK
RGB Variations
Color information
#8DDA13 (or 0x8DDA13) is known color: Yellow Green. HEX triplet: 8D, DA and 13. RGB value is (141,218,19). Sum of RGB (Red+Green+Blue) = 141+218+19=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDA13 is #7225EC. Grayscale: #ADADAD. Windows color (decimal): -7480813 or 1301133. OLE color: 1301133.
HSL color Cylindrical-coordinate representation of color #8DDA13: hue angle of 83.22º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DDA13 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 19 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.15 |
| HSL | 83.22º | 0.84% | 0.46% | - |
| HSV(B) | 83.22º | 0.91% | 0.85% | - |
| XYZ | 36.17 | 55.85 | 9.49 | - |
| YUV | 172.29 | 41.49 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 19 | 0.35 | 0 | 0.91 | 0.15 | 83.22 | 0.84 | 0.46 |
| Hex | 8D | DA | 13 | 23 | 0 | 5B | F | 53 | 54 | 2E |
| Octal | 215 | 332 | 23 | 43 | 0 | 133 | 17 | 123 | 124 | 56 |
| Binary | 10001101 | 11011010 | 10011 | 100011 | 0 | 1011011 | 1111 | 1010011 | 1010100 | 101110 |
Color Harmonies of #8DDA13
Complementary color
Monochromatic Colors of #8DDA13
Black with #8DDA13
Text Example
Text Example
White with #8DDA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA13; }
p { color: rgb(141,218,19); }
H1.HeaderClassName
{
color: #8DDA13;
}
.AnyTagClassName
{
color: #8DDA13;
}
</style>
background-color css
<style>
a { background-color: #8DDA13; }
a { background-color: rgb(141,218,19); }
div.DivClassName
{
background-color: #8DDA13;
}
.BgClassName
{
background-color: #8DDA13;
}
</style>
border-color css
<style>
span { border-color: #8DDA13; }
span { border-color: rgb(141,218,19); }
td.TdClassName
{
border-color: #8DDA13;
}
.TagClassName
{
border-color: #8DDA13;
}
</style>