Shades of Yellow Green #8ED825
Tints of Yellow Green #8ED825
RGB
CMYK
RGB Variations
Color information
#8ED825 (or 0x8ED825) is known color: Yellow Green. HEX triplet: 8E, D8 and 25. RGB value is (142,216,37). Sum of RGB (Red+Green+Blue) = 142+216+37=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 216 (84.77% from 255 or 54.68% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED825 is #7127DA. Grayscale: #AEAEAE. Windows color (decimal): -7415771 or 2480270. OLE color: 2480270.
HSL color Cylindrical-coordinate representation of color #8ED825: hue angle of 84.8º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8ED825 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 37 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.15 |
| HSL | 84.8º | 0.71% | 0.5% | - |
| HSV(B) | 84.8º | 0.83% | 0.85% | - |
| XYZ | 36.05 | 55 | 10.47 | - |
| YUV | 173.47 | 50.98 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 37 | 0.34 | 0 | 0.83 | 0.15 | 84.8 | 0.71 | 0.5 |
| Hex | 8E | D8 | 25 | 22 | 0 | 53 | F | 55 | 47 | 32 |
| Octal | 216 | 330 | 45 | 42 | 0 | 123 | 17 | 125 | 107 | 62 |
| Binary | 10001110 | 11011000 | 100101 | 100010 | 0 | 1010011 | 1111 | 1010101 | 1000111 | 110010 |
Color Harmonies of #8ED825
Complementary color
Monochromatic Colors of #8ED825
Black with #8ED825
Text Example
Text Example
White with #8ED825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED825; }
p { color: rgb(142,216,37); }
H1.HeaderClassName
{
color: #8ED825;
}
.AnyTagClassName
{
color: #8ED825;
}
</style>
background-color css
<style>
a { background-color: #8ED825; }
a { background-color: rgb(142,216,37); }
div.DivClassName
{
background-color: #8ED825;
}
.BgClassName
{
background-color: #8ED825;
}
</style>
border-color css
<style>
span { border-color: #8ED825; }
span { border-color: rgb(142,216,37); }
td.TdClassName
{
border-color: #8ED825;
}
.TagClassName
{
border-color: #8ED825;
}
</style>