Shades of Green Yellow #8DFE46
Tints of Green Yellow #8DFE46
RGB
CMYK
RGB Variations
Color information
#8DFE46 (or 0x8DFE46) is known color: Green Yellow. HEX triplet: 8D, FE and 46. RGB value is (141,254,70). Sum of RGB (Red+Green+Blue) = 141+254+70=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 254 (99.61% from 255 or 54.62% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFE46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DFE46 is #7201B9. Grayscale: #C7C7C7. Windows color (decimal): -7471546 or 4652685. OLE color: 4652685.
HSL color Cylindrical-coordinate representation of color #8DFE46: hue angle of 96.85º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DFE46 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 254 | 70 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.00 |
| HSL | 96.85º | 0.99% | 0.64% | - |
| HSV(B) | 96.85º | 0.72% | 1% | - |
| XYZ | 47.53 | 76.99 | 18.15 | - |
| YUV | 199.24 | 55.06 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 254 | 70 | 0.44 | 0 | 0.72 | 0.00 | 96.85 | 0.99 | 0.64 |
| Hex | 8D | FE | 46 | 2C | 0 | 48 | 0 | 61 | 63 | 40 |
| Octal | 215 | 376 | 106 | 54 | 0 | 110 | 0 | 141 | 143 | 100 |
| Binary | 10001101 | 11111110 | 1000110 | 101100 | 0 | 1001000 | 0 | 1100001 | 1100011 | 1000000 |
Color Harmonies of #8DFE46
Complementary color
Monochromatic Colors of #8DFE46
Black with #8DFE46
Text Example
Text Example
White with #8DFE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFE46; }
p { color: rgb(141,254,70); }
H1.HeaderClassName
{
color: #8DFE46;
}
.AnyTagClassName
{
color: #8DFE46;
}
</style>
background-color css
<style>
a { background-color: #8DFE46; }
a { background-color: rgb(141,254,70); }
div.DivClassName
{
background-color: #8DFE46;
}
.BgClassName
{
background-color: #8DFE46;
}
</style>
border-color css
<style>
span { border-color: #8DFE46; }
span { border-color: rgb(141,254,70); }
td.TdClassName
{
border-color: #8DFE46;
}
.TagClassName
{
border-color: #8DFE46;
}
</style>