Shades of Screamin' Green #5EFF40
Tints of Screamin' Green #5EFF40
RGB
CMYK
RGB Variations
Color information
#5EFF40 (or 0x5EFF40) is known color: Screamin' Green. HEX triplet: 5E, FF and 40. RGB value is (94,255,64). Sum of RGB (Red+Green+Blue) = 94+255+64=413 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.76% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFF40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFF40 is #A100BF. Grayscale: #B9B9B9. Windows color (decimal): -10551488 or 4259678. OLE color: 4259678.
HSL color Cylindrical-coordinate representation of color #5EFF40: hue angle of 110.58º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5EFF40 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 255 | 64 | - |
| CMYK | 0.63 | 0 | 0.75 | 0 |
| HSL | 110.58º | 1% | 0.63% | - |
| HSV(B) | 110.58º | 0.75% | 1% | - |
| XYZ | 41.3 | 74.27 | 17.01 | - |
| YUV | 185.09 | 59.66 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 255 | 64 | 0.63 | 0 | 0.75 | 0 | 110.58 | 1 | 0.63 |
| Hex | 5E | FF | 40 | 3F | 0 | 4B | 0 | 6F | 64 | 3F |
| Octal | 136 | 377 | 100 | 77 | 0 | 113 | 0 | 157 | 144 | 77 |
| Binary | 1011110 | 11111111 | 1000000 | 111111 | 0 | 1001011 | 0 | 1101111 | 1100100 | 111111 |
Color Harmonies of #5EFF40
Complementary color
Monochromatic Colors of #5EFF40
Black with #5EFF40
Text Example
Text Example
White with #5EFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFF40; }
p { color: rgb(94,255,64); }
H1.HeaderClassName
{
color: #5EFF40;
}
.AnyTagClassName
{
color: #5EFF40;
}
</style>
background-color css
<style>
a { background-color: #5EFF40; }
a { background-color: rgb(94,255,64); }
div.DivClassName
{
background-color: #5EFF40;
}
.BgClassName
{
background-color: #5EFF40;
}
</style>
border-color css
<style>
span { border-color: #5EFF40; }
span { border-color: rgb(94,255,64); }
td.TdClassName
{
border-color: #5EFF40;
}
.TagClassName
{
border-color: #5EFF40;
}
</style>