Shades of Yellow Green #8DDC13
Tints of Yellow Green #8DDC13
RGB
CMYK
RGB Variations
Color information
#8DDC13 (or 0x8DDC13) is known color: Yellow Green. HEX triplet: 8D, DC and 13. RGB value is (141,220,19). Sum of RGB (Red+Green+Blue) = 141+220+19=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDC13 is #7223EC. Grayscale: #AEAEAE. Windows color (decimal): -7480301 or 1301645. OLE color: 1301645.
HSL color Cylindrical-coordinate representation of color #8DDC13: hue angle of 83.58º 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 #8DDC13 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 19 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.14 |
| HSL | 83.58º | 0.84% | 0.47% | - |
| HSV(B) | 83.58º | 0.91% | 0.86% | - |
| XYZ | 36.7 | 56.9 | 9.66 | - |
| YUV | 173.47 | 40.83 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 19 | 0.36 | 0 | 0.91 | 0.14 | 83.58 | 0.84 | 0.47 |
| Hex | 8D | DC | 13 | 24 | 0 | 5B | E | 54 | 54 | 2F |
| Octal | 215 | 334 | 23 | 44 | 0 | 133 | 16 | 124 | 124 | 57 |
| Binary | 10001101 | 11011100 | 10011 | 100100 | 0 | 1011011 | 1110 | 1010100 | 1010100 | 101111 |
Color Harmonies of #8DDC13
Complementary color
Monochromatic Colors of #8DDC13
Black with #8DDC13
Text Example
Text Example
White with #8DDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC13; }
p { color: rgb(141,220,19); }
H1.HeaderClassName
{
color: #8DDC13;
}
.AnyTagClassName
{
color: #8DDC13;
}
</style>
background-color css
<style>
a { background-color: #8DDC13; }
a { background-color: rgb(141,220,19); }
div.DivClassName
{
background-color: #8DDC13;
}
.BgClassName
{
background-color: #8DDC13;
}
</style>
border-color css
<style>
span { border-color: #8DDC13; }
span { border-color: rgb(141,220,19); }
td.TdClassName
{
border-color: #8DDC13;
}
.TagClassName
{
border-color: #8DDC13;
}
</style>