Shades of Screamin' Green #5EF440
Tints of Screamin' Green #5EF440
RGB
CMYK
RGB Variations
Color information
#5EF440 (or 0x5EF440) is known color: Screamin' Green. HEX triplet: 5E, F4 and 40. RGB value is (94,244,64). Sum of RGB (Red+Green+Blue) = 94+244+64=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 244 (95.70% from 255 or 60.70% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 244 - color contains mainly: green. Hex color #5EF440 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EF440 is #A10BBF. Grayscale: #B3B3B3. Windows color (decimal): -10554304 or 4256862. OLE color: 4256862.
HSL color Cylindrical-coordinate representation of color #5EF440: hue angle of 110º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5EF440 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 244 | 64 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.04 |
| HSL | 110º | 0.89% | 0.6% | - |
| HSV(B) | 110º | 0.74% | 0.96% | - |
| XYZ | 37.89 | 67.45 | 15.87 | - |
| YUV | 178.63 | 63.31 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 244 | 64 | 0.61 | 0 | 0.74 | 0.04 | 110 | 0.89 | 0.6 |
| Hex | 5E | F4 | 40 | 3D | 0 | 4A | 4 | 6E | 59 | 3C |
| Octal | 136 | 364 | 100 | 75 | 0 | 112 | 4 | 156 | 131 | 74 |
| Binary | 1011110 | 11110100 | 1000000 | 111101 | 0 | 1001010 | 100 | 1101110 | 1011001 | 111100 |
Color Harmonies of #5EF440
Complementary color
Monochromatic Colors of #5EF440
Black with #5EF440
Text Example
Text Example
White with #5EF440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF440; }
p { color: rgb(94,244,64); }
H1.HeaderClassName
{
color: #5EF440;
}
.AnyTagClassName
{
color: #5EF440;
}
</style>
background-color css
<style>
a { background-color: #5EF440; }
a { background-color: rgb(94,244,64); }
div.DivClassName
{
background-color: #5EF440;
}
.BgClassName
{
background-color: #5EF440;
}
</style>
border-color css
<style>
span { border-color: #5EF440; }
span { border-color: rgb(94,244,64); }
td.TdClassName
{
border-color: #5EF440;
}
.TagClassName
{
border-color: #5EF440;
}
</style>