Shades of Screamin' Green #8EFF68
Tints of Screamin' Green #8EFF68
RGB
CMYK
RGB Variations
Color information
#8EFF68 (or 0x8EFF68) is known color: Screamin' Green. HEX triplet: 8E, FF and 68. RGB value is (142,255,104). Sum of RGB (Red+Green+Blue) = 142+255+104=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFF68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EFF68 is #710097. Grayscale: #CCCCCC. Windows color (decimal): -7405720 or 6881166. OLE color: 6881166.
HSL color Cylindrical-coordinate representation of color #8EFF68: hue angle of 104.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8EFF68 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 104 | - |
| CMYK | 0.44 | 0 | 0.59 | 0 |
| HSL | 104.9º | 1% | 0.7% | - |
| HSV(B) | 104.9º | 0.59% | 1% | - |
| XYZ | 49.41 | 78.27 | 25.6 | - |
| YUV | 204 | 71.56 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 104 | 0.44 | 0 | 0.59 | 0 | 104.9 | 1 | 0.7 |
| Hex | 8E | FF | 68 | 2C | 0 | 3B | 0 | 69 | 64 | 46 |
| Octal | 216 | 377 | 150 | 54 | 0 | 73 | 0 | 151 | 144 | 106 |
| Binary | 10001110 | 11111111 | 1101000 | 101100 | 0 | 111011 | 0 | 1101001 | 1100100 | 1000110 |
Color Harmonies of #8EFF68
Complementary color
Monochromatic Colors of #8EFF68
Black with #8EFF68
Text Example
Text Example
White with #8EFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFF68; }
p { color: rgb(142,255,104); }
H1.HeaderClassName
{
color: #8EFF68;
}
.AnyTagClassName
{
color: #8EFF68;
}
</style>
background-color css
<style>
a { background-color: #8EFF68; }
a { background-color: rgb(142,255,104); }
div.DivClassName
{
background-color: #8EFF68;
}
.BgClassName
{
background-color: #8EFF68;
}
</style>
border-color css
<style>
span { border-color: #8EFF68; }
span { border-color: rgb(142,255,104); }
td.TdClassName
{
border-color: #8EFF68;
}
.TagClassName
{
border-color: #8EFF68;
}
</style>