Shades of Yellow Green #8DD520
Tints of Yellow Green #8DD520
RGB
CMYK
RGB Variations
Color information
#8DD520 (or 0x8DD520) is known color: Yellow Green. HEX triplet: 8D, D5 and 20. RGB value is (141,213,32). Sum of RGB (Red+Green+Blue) = 141+213+32=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 213 (83.59% from 255 or 55.18% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD520 is #722ADF. Grayscale: #ABABAB. Windows color (decimal): -7482080 or 2151821. OLE color: 2151821.
HSL color Cylindrical-coordinate representation of color #8DD520: hue angle of 83.87º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DD520 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 213 | 32 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.16 |
| HSL | 83.87º | 0.74% | 0.48% | - |
| HSV(B) | 83.87º | 0.85% | 0.84% | - |
| XYZ | 35.04 | 53.36 | 9.82 | - |
| YUV | 170.84 | 49.65 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 213 | 32 | 0.34 | 0 | 0.85 | 0.16 | 83.87 | 0.74 | 0.48 |
| Hex | 8D | D5 | 20 | 22 | 0 | 55 | 10 | 54 | 4A | 30 |
| Octal | 215 | 325 | 40 | 42 | 0 | 125 | 20 | 124 | 112 | 60 |
| Binary | 10001101 | 11010101 | 100000 | 100010 | 0 | 1010101 | 10000 | 1010100 | 1001010 | 110000 |
Color Harmonies of #8DD520
Complementary color
Monochromatic Colors of #8DD520
Black with #8DD520
Text Example
Text Example
White with #8DD520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD520; }
p { color: rgb(141,213,32); }
H1.HeaderClassName
{
color: #8DD520;
}
.AnyTagClassName
{
color: #8DD520;
}
</style>
background-color css
<style>
a { background-color: #8DD520; }
a { background-color: rgb(141,213,32); }
div.DivClassName
{
background-color: #8DD520;
}
.BgClassName
{
background-color: #8DD520;
}
</style>
border-color css
<style>
span { border-color: #8DD520; }
span { border-color: rgb(141,213,32); }
td.TdClassName
{
border-color: #8DD520;
}
.TagClassName
{
border-color: #8DD520;
}
</style>