Shades of Green Yellow #8DFE40
Tints of Green Yellow #8DFE40
RGB
CMYK
RGB Variations
Color information
#8DFE40 (or 0x8DFE40) is known color: Green Yellow. HEX triplet: 8D, FE and 40. RGB value is (141,254,64). Sum of RGB (Red+Green+Blue) = 141+254+64=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFE40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DFE40 is #7201BF. Grayscale: #C7C7C7. Windows color (decimal): -7471552 or 4259469. OLE color: 4259469.
HSL color Cylindrical-coordinate representation of color #8DFE40: hue angle of 95.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DFE40 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 254 | 64 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.00 |
| HSL | 95.68º | 0.99% | 0.62% | - |
| HSV(B) | 95.68º | 0.75% | 1% | - |
| XYZ | 47.35 | 76.92 | 17.2 | - |
| YUV | 198.55 | 52.06 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 254 | 64 | 0.44 | 0 | 0.75 | 0.00 | 95.68 | 0.99 | 0.62 |
| Hex | 8D | FE | 40 | 2C | 0 | 4B | 0 | 60 | 63 | 3E |
| Octal | 215 | 376 | 100 | 54 | 0 | 113 | 0 | 140 | 143 | 76 |
| Binary | 10001101 | 11111110 | 1000000 | 101100 | 0 | 1001011 | 0 | 1100000 | 1100011 | 111110 |
Color Harmonies of #8DFE40
Complementary color
Monochromatic Colors of #8DFE40
Black with #8DFE40
Text Example
Text Example
White with #8DFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFE40; }
p { color: rgb(141,254,64); }
H1.HeaderClassName
{
color: #8DFE40;
}
.AnyTagClassName
{
color: #8DFE40;
}
</style>
background-color css
<style>
a { background-color: #8DFE40; }
a { background-color: rgb(141,254,64); }
div.DivClassName
{
background-color: #8DFE40;
}
.BgClassName
{
background-color: #8DFE40;
}
</style>
border-color css
<style>
span { border-color: #8DFE40; }
span { border-color: rgb(141,254,64); }
td.TdClassName
{
border-color: #8DFE40;
}
.TagClassName
{
border-color: #8DFE40;
}
</style>