Shades of Green Yellow #8EFF48
Tints of Green Yellow #8EFF48
RGB
CMYK
RGB Variations
Color information
#8EFF48 (or 0x8EFF48) is known color: Green Yellow. HEX triplet: 8E, FF and 48. RGB value is (142,255,72). Sum of RGB (Red+Green+Blue) = 142+255+72=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EFF48 is #7100B7. Grayscale: #C8C8C8. Windows color (decimal): -7405752 or 4784014. OLE color: 4784014.
HSL color Cylindrical-coordinate representation of color #8EFF48: hue angle of 97.05º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EFF48 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 72 | - |
| CMYK | 0.44 | 0 | 0.72 | 0 |
| HSL | 97.05º | 1% | 0.64% | - |
| HSV(B) | 97.05º | 0.72% | 1% | - |
| XYZ | 48.09 | 77.74 | 18.6 | - |
| YUV | 200.35 | 55.56 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 72 | 0.44 | 0 | 0.72 | 0 | 97.05 | 1 | 0.64 |
| Hex | 8E | FF | 48 | 2C | 0 | 48 | 0 | 61 | 64 | 40 |
| Octal | 216 | 377 | 110 | 54 | 0 | 110 | 0 | 141 | 144 | 100 |
| Binary | 10001110 | 11111111 | 1001000 | 101100 | 0 | 1001000 | 0 | 1100001 | 1100100 | 1000000 |
Color Harmonies of #8EFF48
Complementary color
Monochromatic Colors of #8EFF48
Black with #8EFF48
Text Example
Text Example
White with #8EFF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFF48; }
p { color: rgb(142,255,72); }
H1.HeaderClassName
{
color: #8EFF48;
}
.AnyTagClassName
{
color: #8EFF48;
}
</style>
background-color css
<style>
a { background-color: #8EFF48; }
a { background-color: rgb(142,255,72); }
div.DivClassName
{
background-color: #8EFF48;
}
.BgClassName
{
background-color: #8EFF48;
}
</style>
border-color css
<style>
span { border-color: #8EFF48; }
span { border-color: rgb(142,255,72); }
td.TdClassName
{
border-color: #8EFF48;
}
.TagClassName
{
border-color: #8EFF48;
}
</style>