Shades of Green Yellow #8DF028
Tints of Green Yellow #8DF028
RGB
CMYK
RGB Variations
Color information
#8DF028 (or 0x8DF028) is known color: Green Yellow. HEX triplet: 8D, F0 and 28. RGB value is (141,240,40). Sum of RGB (Red+Green+Blue) = 141+240+40=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF028 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF028 is #720FD7. Grayscale: #BCBCBC. Windows color (decimal): -7475160 or 2683021. OLE color: 2683021.
HSL color Cylindrical-coordinate representation of color #8DF028: hue angle of 89.7º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8DF028 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 40 | - |
| CMYK | 0.41 | 0 | 0.83 | 0.06 |
| HSL | 89.7º | 0.87% | 0.55% | - |
| HSV(B) | 89.7º | 0.83% | 0.94% | - |
| XYZ | 42.53 | 68.14 | 12.92 | - |
| YUV | 187.6 | 44.7 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 40 | 0.41 | 0 | 0.83 | 0.06 | 89.7 | 0.87 | 0.55 |
| Hex | 8D | F0 | 28 | 29 | 0 | 53 | 6 | 5A | 57 | 37 |
| Octal | 215 | 360 | 50 | 51 | 0 | 123 | 6 | 132 | 127 | 67 |
| Binary | 10001101 | 11110000 | 101000 | 101001 | 0 | 1010011 | 110 | 1011010 | 1010111 | 110111 |
Color Harmonies of #8DF028
Complementary color
Monochromatic Colors of #8DF028
Black with #8DF028
Text Example
Text Example
White with #8DF028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF028; }
p { color: rgb(141,240,40); }
H1.HeaderClassName
{
color: #8DF028;
}
.AnyTagClassName
{
color: #8DF028;
}
</style>
background-color css
<style>
a { background-color: #8DF028; }
a { background-color: rgb(141,240,40); }
div.DivClassName
{
background-color: #8DF028;
}
.BgClassName
{
background-color: #8DF028;
}
</style>
border-color css
<style>
span { border-color: #8DF028; }
span { border-color: rgb(141,240,40); }
td.TdClassName
{
border-color: #8DF028;
}
.TagClassName
{
border-color: #8DF028;
}
</style>