Shades of Green Yellow #8DF526
Tints of Green Yellow #8DF526
RGB
CMYK
RGB Variations
Color information
#8DF526 (or 0x8DF526) is known color: Green Yellow. HEX triplet: 8D, F5 and 26. RGB value is (141,245,38). Sum of RGB (Red+Green+Blue) = 141+245+38=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 245 (96.09% from 255 or 57.78% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF526 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF526 is #720AD9. Grayscale: #BFBFBF. Windows color (decimal): -7473882 or 2553229. OLE color: 2553229.
HSL color Cylindrical-coordinate representation of color #8DF526: hue angle of 90.14º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DF526 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 245 | 38 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.04 |
| HSL | 90.14º | 0.91% | 0.55% | - |
| HSV(B) | 90.14º | 0.84% | 0.96% | - |
| XYZ | 43.99 | 71.11 | 13.24 | - |
| YUV | 190.31 | 42.04 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 245 | 38 | 0.42 | 0 | 0.84 | 0.04 | 90.14 | 0.91 | 0.55 |
| Hex | 8D | F5 | 26 | 2A | 0 | 54 | 4 | 5A | 5B | 37 |
| Octal | 215 | 365 | 46 | 52 | 0 | 124 | 4 | 132 | 133 | 67 |
| Binary | 10001101 | 11110101 | 100110 | 101010 | 0 | 1010100 | 100 | 1011010 | 1011011 | 110111 |
Color Harmonies of #8DF526
Complementary color
Monochromatic Colors of #8DF526
Black with #8DF526
Text Example
Text Example
White with #8DF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF526; }
p { color: rgb(141,245,38); }
H1.HeaderClassName
{
color: #8DF526;
}
.AnyTagClassName
{
color: #8DF526;
}
</style>
background-color css
<style>
a { background-color: #8DF526; }
a { background-color: rgb(141,245,38); }
div.DivClassName
{
background-color: #8DF526;
}
.BgClassName
{
background-color: #8DF526;
}
</style>
border-color css
<style>
span { border-color: #8DF526; }
span { border-color: rgb(141,245,38); }
td.TdClassName
{
border-color: #8DF526;
}
.TagClassName
{
border-color: #8DF526;
}
</style>