Shades of Screamin' Green #5EFE40
Tints of Screamin' Green #5EFE40
RGB
CMYK
RGB Variations
Color information
#5EFE40 (or 0x5EFE40) is known color: Screamin' Green. HEX triplet: 5E, FE and 40. RGB value is (94,254,64). Sum of RGB (Red+Green+Blue) = 94+254+64=412 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.82% from 412); Green value is 254 (99.61% from 255 or 61.65% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFE40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFE40 is #A101BF. Grayscale: #B9B9B9. Windows color (decimal): -10551744 or 4259422. OLE color: 4259422.
HSL color Cylindrical-coordinate representation of color #5EFE40: hue angle of 110.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5EFE40 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 64 | - |
| CMYK | 0.63 | 0 | 0.75 | 0.00 |
| HSL | 110.53º | 0.99% | 0.62% | - |
| HSV(B) | 110.53º | 0.75% | 1% | - |
| XYZ | 40.98 | 73.63 | 16.9 | - |
| YUV | 184.5 | 59.99 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 64 | 0.63 | 0 | 0.75 | 0.00 | 110.53 | 0.99 | 0.62 |
| Hex | 5E | FE | 40 | 3F | 0 | 4B | 0 | 6F | 63 | 3E |
| Octal | 136 | 376 | 100 | 77 | 0 | 113 | 0 | 157 | 143 | 76 |
| Binary | 1011110 | 11111110 | 1000000 | 111111 | 0 | 1001011 | 0 | 1101111 | 1100011 | 111110 |
Color Harmonies of #5EFE40
Complementary color
Monochromatic Colors of #5EFE40
Black with #5EFE40
Text Example
Text Example
White with #5EFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFE40; }
p { color: rgb(94,254,64); }
H1.HeaderClassName
{
color: #5EFE40;
}
.AnyTagClassName
{
color: #5EFE40;
}
</style>
background-color css
<style>
a { background-color: #5EFE40; }
a { background-color: rgb(94,254,64); }
div.DivClassName
{
background-color: #5EFE40;
}
.BgClassName
{
background-color: #5EFE40;
}
</style>
border-color css
<style>
span { border-color: #5EFE40; }
span { border-color: rgb(94,254,64); }
td.TdClassName
{
border-color: #5EFE40;
}
.TagClassName
{
border-color: #5EFE40;
}
</style>