Shades of Screamin' Green #8EFF64
Tints of Screamin' Green #8EFF64
RGB
CMYK
RGB Variations
Color information
#8EFF64 (or 0x8EFF64) is known color: Screamin' Green. HEX triplet: 8E, FF and 64. RGB value is (142,255,100). Sum of RGB (Red+Green+Blue) = 142+255+100=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFF64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EFF64 is #71009B. Grayscale: #CCCCCC. Windows color (decimal): -7405724 or 6619022. OLE color: 6619022.
HSL color Cylindrical-coordinate representation of color #8EFF64: hue angle of 103.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EFF64 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 100 | - |
| CMYK | 0.44 | 0 | 0.61 | 0 |
| HSL | 103.74º | 1% | 0.7% | - |
| HSV(B) | 103.74º | 0.61% | 1% | - |
| XYZ | 49.22 | 78.19 | 24.56 | - |
| YUV | 203.54 | 69.56 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 100 | 0.44 | 0 | 0.61 | 0 | 103.74 | 1 | 0.7 |
| Hex | 8E | FF | 64 | 2C | 0 | 3D | 0 | 68 | 64 | 46 |
| Octal | 216 | 377 | 144 | 54 | 0 | 75 | 0 | 150 | 144 | 106 |
| Binary | 10001110 | 11111111 | 1100100 | 101100 | 0 | 111101 | 0 | 1101000 | 1100100 | 1000110 |
Color Harmonies of #8EFF64
Complementary color
Monochromatic Colors of #8EFF64
Black with #8EFF64
Text Example
Text Example
White with #8EFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFF64; }
p { color: rgb(142,255,100); }
H1.HeaderClassName
{
color: #8EFF64;
}
.AnyTagClassName
{
color: #8EFF64;
}
</style>
background-color css
<style>
a { background-color: #8EFF64; }
a { background-color: rgb(142,255,100); }
div.DivClassName
{
background-color: #8EFF64;
}
.BgClassName
{
background-color: #8EFF64;
}
</style>
border-color css
<style>
span { border-color: #8EFF64; }
span { border-color: rgb(142,255,100); }
td.TdClassName
{
border-color: #8EFF64;
}
.TagClassName
{
border-color: #8EFF64;
}
</style>