Shades of Green Yellow #8DF525
Tints of Green Yellow #8DF525
RGB
CMYK
RGB Variations
Color information
#8DF525 (or 0x8DF525) is known color: Green Yellow. HEX triplet: 8D, F5 and 25. RGB value is (141,245,37). Sum of RGB (Red+Green+Blue) = 141+245+37=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 245 (96.09% from 255 or 57.92% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF525 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF525 is #720ADA. Grayscale: #BEBEBE. Windows color (decimal): -7473883 or 2487693. OLE color: 2487693.
HSL color Cylindrical-coordinate representation of color #8DF525: hue angle of 90º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DF525 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 245 | 37 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.04 |
| HSL | 90º | 0.91% | 0.55% | - |
| HSV(B) | 90º | 0.85% | 0.96% | - |
| XYZ | 43.97 | 71.1 | 13.16 | - |
| YUV | 190.19 | 41.54 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 245 | 37 | 0.42 | 0 | 0.85 | 0.04 | 90 | 0.91 | 0.55 |
| Hex | 8D | F5 | 25 | 2A | 0 | 55 | 4 | 5A | 5B | 37 |
| Octal | 215 | 365 | 45 | 52 | 0 | 125 | 4 | 132 | 133 | 67 |
| Binary | 10001101 | 11110101 | 100101 | 101010 | 0 | 1010101 | 100 | 1011010 | 1011011 | 110111 |
Color Harmonies of #8DF525
Complementary color
Monochromatic Colors of #8DF525
Black with #8DF525
Text Example
Text Example
White with #8DF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF525; }
p { color: rgb(141,245,37); }
H1.HeaderClassName
{
color: #8DF525;
}
.AnyTagClassName
{
color: #8DF525;
}
</style>
background-color css
<style>
a { background-color: #8DF525; }
a { background-color: rgb(141,245,37); }
div.DivClassName
{
background-color: #8DF525;
}
.BgClassName
{
background-color: #8DF525;
}
</style>
border-color css
<style>
span { border-color: #8DF525; }
span { border-color: rgb(141,245,37); }
td.TdClassName
{
border-color: #8DF525;
}
.TagClassName
{
border-color: #8DF525;
}
</style>