Shades of Screamin' Green #8EF85F
Tints of Screamin' Green #8EF85F
RGB
CMYK
RGB Variations
Color information
#8EF85F (or 0x8EF85F) is known color: Screamin' Green. HEX triplet: 8E, F8 and 5F. RGB value is (142,248,95). Sum of RGB (Red+Green+Blue) = 142+248+95=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #8EF85F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF85F is #7107A0. Grayscale: #C7C7C7. Windows color (decimal): -7407521 or 6289550. OLE color: 6289550.
HSL color Cylindrical-coordinate representation of color #8EF85F: hue angle of 101.57º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8EF85F is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 248 | 95 | - |
| CMYK | 0.43 | 0 | 0.62 | 0.03 |
| HSL | 101.57º | 0.92% | 0.67% | - |
| HSV(B) | 101.57º | 0.62% | 0.97% | - |
| XYZ | 46.79 | 73.71 | 22.59 | - |
| YUV | 198.86 | 69.38 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 248 | 95 | 0.43 | 0 | 0.62 | 0.03 | 101.57 | 0.92 | 0.67 |
| Hex | 8E | F8 | 5F | 2B | 0 | 3E | 3 | 66 | 5C | 43 |
| Octal | 216 | 370 | 137 | 53 | 0 | 76 | 3 | 146 | 134 | 103 |
| Binary | 10001110 | 11111000 | 1011111 | 101011 | 0 | 111110 | 11 | 1100110 | 1011100 | 1000011 |
Color Harmonies of #8EF85F
Complementary color
Monochromatic Colors of #8EF85F
Black with #8EF85F
Text Example
Text Example
White with #8EF85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF85F; }
p { color: rgb(142,248,95); }
H1.HeaderClassName
{
color: #8EF85F;
}
.AnyTagClassName
{
color: #8EF85F;
}
</style>
background-color css
<style>
a { background-color: #8EF85F; }
a { background-color: rgb(142,248,95); }
div.DivClassName
{
background-color: #8EF85F;
}
.BgClassName
{
background-color: #8EF85F;
}
</style>
border-color css
<style>
span { border-color: #8EF85F; }
span { border-color: rgb(142,248,95); }
td.TdClassName
{
border-color: #8EF85F;
}
.TagClassName
{
border-color: #8EF85F;
}
</style>