Shades of Yellow Green #8DDD25
Tints of Yellow Green #8DDD25
RGB
CMYK
RGB Variations
Color information
#8DDD25 (or 0x8DDD25) is known color: Yellow Green. HEX triplet: 8D, DD and 25. RGB value is (141,221,37). Sum of RGB (Red+Green+Blue) = 141+221+37=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 37 (14.84% from 255 or 9.27% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDD25 is #7222DA. Grayscale: #B0B0B0. Windows color (decimal): -7480027 or 2481549. OLE color: 2481549.
HSL color Cylindrical-coordinate representation of color #8DDD25: hue angle of 86.09º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8DDD25 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 37 | - |
| CMYK | 0.36 | 0 | 0.83 | 0.13 |
| HSL | 86.09º | 0.73% | 0.51% | - |
| HSV(B) | 86.09º | 0.83% | 0.87% | - |
| XYZ | 37.17 | 57.51 | 10.89 | - |
| YUV | 176.1 | 49.5 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 37 | 0.36 | 0 | 0.83 | 0.13 | 86.09 | 0.73 | 0.51 |
| Hex | 8D | DD | 25 | 24 | 0 | 53 | D | 56 | 49 | 33 |
| Octal | 215 | 335 | 45 | 44 | 0 | 123 | 15 | 126 | 111 | 63 |
| Binary | 10001101 | 11011101 | 100101 | 100100 | 0 | 1010011 | 1101 | 1010110 | 1001001 | 110011 |
Color Harmonies of #8DDD25
Complementary color
Monochromatic Colors of #8DDD25
Black with #8DDD25
Text Example
Text Example
White with #8DDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDD25; }
p { color: rgb(141,221,37); }
H1.HeaderClassName
{
color: #8DDD25;
}
.AnyTagClassName
{
color: #8DDD25;
}
</style>
background-color css
<style>
a { background-color: #8DDD25; }
a { background-color: rgb(141,221,37); }
div.DivClassName
{
background-color: #8DDD25;
}
.BgClassName
{
background-color: #8DDD25;
}
</style>
border-color css
<style>
span { border-color: #8DDD25; }
span { border-color: rgb(141,221,37); }
td.TdClassName
{
border-color: #8DDD25;
}
.TagClassName
{
border-color: #8DDD25;
}
</style>