Shades of Screamin' Green #5EFA41
Tints of Screamin' Green #5EFA41
RGB
CMYK
RGB Variations
Color information
#5EFA41 (or 0x5EFA41) is known color: Screamin' Green. HEX triplet: 5E, FA and 41. RGB value is (94,250,65). Sum of RGB (Red+Green+Blue) = 94+250+65=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFA41 is #A105BE. Grayscale: #B6B6B6. Windows color (decimal): -10552767 or 4323934. OLE color: 4323934.
HSL color Cylindrical-coordinate representation of color #5EFA41: hue angle of 110.59º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5EFA41 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 65 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.02 |
| HSL | 110.59º | 0.95% | 0.62% | - |
| HSV(B) | 110.59º | 0.74% | 0.98% | - |
| XYZ | 39.76 | 71.13 | 16.64 | - |
| YUV | 182.27 | 61.82 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 65 | 0.62 | 0 | 0.74 | 0.02 | 110.59 | 0.95 | 0.62 |
| Hex | 5E | FA | 41 | 3E | 0 | 4A | 2 | 6F | 5F | 3E |
| Octal | 136 | 372 | 101 | 76 | 0 | 112 | 2 | 157 | 137 | 76 |
| Binary | 1011110 | 11111010 | 1000001 | 111110 | 0 | 1001010 | 10 | 1101111 | 1011111 | 111110 |
Color Harmonies of #5EFA41
Complementary color
Monochromatic Colors of #5EFA41
Black with #5EFA41
Text Example
Text Example
White with #5EFA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFA41; }
p { color: rgb(94,250,65); }
H1.HeaderClassName
{
color: #5EFA41;
}
.AnyTagClassName
{
color: #5EFA41;
}
</style>
background-color css
<style>
a { background-color: #5EFA41; }
a { background-color: rgb(94,250,65); }
div.DivClassName
{
background-color: #5EFA41;
}
.BgClassName
{
background-color: #5EFA41;
}
</style>
border-color css
<style>
span { border-color: #5EFA41; }
span { border-color: rgb(94,250,65); }
td.TdClassName
{
border-color: #5EFA41;
}
.TagClassName
{
border-color: #5EFA41;
}
</style>