Shades of Yellow Green #8DD225
Tints of Yellow Green #8DD225
RGB
CMYK
RGB Variations
Color information
#8DD225 (or 0x8DD225) is known color: Yellow Green. HEX triplet: 8D, D2 and 25. RGB value is (141,210,37). Sum of RGB (Red+Green+Blue) = 141+210+37=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD225 is #722DDA. Grayscale: #AAAAAA. Windows color (decimal): -7482843 or 2478733. OLE color: 2478733.
HSL color Cylindrical-coordinate representation of color #8DD225: hue angle of 83.93º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8DD225 is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 210 | 37 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.18 |
| HSL | 83.93º | 0.7% | 0.48% | - |
| HSV(B) | 83.93º | 0.82% | 0.82% | - |
| XYZ | 34.37 | 51.89 | 9.95 | - |
| YUV | 169.65 | 53.14 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 37 | 0.33 | 0 | 0.82 | 0.18 | 83.93 | 0.7 | 0.48 |
| Hex | 8D | D2 | 25 | 21 | 0 | 52 | 12 | 54 | 46 | 30 |
| Octal | 215 | 322 | 45 | 41 | 0 | 122 | 22 | 124 | 106 | 60 |
| Binary | 10001101 | 11010010 | 100101 | 100001 | 0 | 1010010 | 10010 | 1010100 | 1000110 | 110000 |
Color Harmonies of #8DD225
Complementary color
Monochromatic Colors of #8DD225
Black with #8DD225
Text Example
Text Example
White with #8DD225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD225; }
p { color: rgb(141,210,37); }
H1.HeaderClassName
{
color: #8DD225;
}
.AnyTagClassName
{
color: #8DD225;
}
</style>
background-color css
<style>
a { background-color: #8DD225; }
a { background-color: rgb(141,210,37); }
div.DivClassName
{
background-color: #8DD225;
}
.BgClassName
{
background-color: #8DD225;
}
</style>
border-color css
<style>
span { border-color: #8DD225; }
span { border-color: rgb(141,210,37); }
td.TdClassName
{
border-color: #8DD225;
}
.TagClassName
{
border-color: #8DD225;
}
</style>