Shades of Yellow Green #8DD521
Tints of Yellow Green #8DD521
RGB
CMYK
RGB Variations
Color information
#8DD521 (or 0x8DD521) is known color: Yellow Green. HEX triplet: 8D, D5 and 21. RGB value is (141,213,33). Sum of RGB (Red+Green+Blue) = 141+213+33=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD521 is #722ADE. Grayscale: #ABABAB. Windows color (decimal): -7482079 or 2217357. OLE color: 2217357.
HSL color Cylindrical-coordinate representation of color #8DD521: hue angle of 84º degrees, saturation: 0.73, 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 #8DD521 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 213 | 33 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.16 |
| HSL | 84º | 0.73% | 0.48% | - |
| HSV(B) | 84º | 0.85% | 0.84% | - |
| XYZ | 35.05 | 53.36 | 9.89 | - |
| YUV | 170.95 | 50.15 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 213 | 33 | 0.34 | 0 | 0.85 | 0.16 | 84 | 0.73 | 0.48 |
| Hex | 8D | D5 | 21 | 22 | 0 | 55 | 10 | 54 | 49 | 30 |
| Octal | 215 | 325 | 41 | 42 | 0 | 125 | 20 | 124 | 111 | 60 |
| Binary | 10001101 | 11010101 | 100001 | 100010 | 0 | 1010101 | 10000 | 1010100 | 1001001 | 110000 |
Color Harmonies of #8DD521
Complementary color
Monochromatic Colors of #8DD521
Black with #8DD521
Text Example
Text Example
White with #8DD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD521; }
p { color: rgb(141,213,33); }
H1.HeaderClassName
{
color: #8DD521;
}
.AnyTagClassName
{
color: #8DD521;
}
</style>
background-color css
<style>
a { background-color: #8DD521; }
a { background-color: rgb(141,213,33); }
div.DivClassName
{
background-color: #8DD521;
}
.BgClassName
{
background-color: #8DD521;
}
</style>
border-color css
<style>
span { border-color: #8DD521; }
span { border-color: rgb(141,213,33); }
td.TdClassName
{
border-color: #8DD521;
}
.TagClassName
{
border-color: #8DD521;
}
</style>