Shades of Screamin' Green #5EED46
Tints of Screamin' Green #5EED46
RGB
CMYK
RGB Variations
Color information
#5EED46 (or 0x5EED46) is known color: Screamin' Green. HEX triplet: 5E, ED and 46. RGB value is (94,237,70). Sum of RGB (Red+Green+Blue) = 94+237+70=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 237 (92.97% from 255 or 59.10% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 237 - color contains mainly: green. Hex color #5EED46 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EED46 is #A112B9. Grayscale: #AFAFAF. Windows color (decimal): -10556090 or 4648286. OLE color: 4648286.
HSL color Cylindrical-coordinate representation of color #5EED46: hue angle of 111.38º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5EED46 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 237 | 70 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.07 |
| HSL | 111.38º | 0.82% | 0.6% | - |
| HSV(B) | 111.38º | 0.7% | 0.93% | - |
| XYZ | 36.01 | 63.39 | 16.13 | - |
| YUV | 175.21 | 68.62 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 237 | 70 | 0.60 | 0 | 0.70 | 0.07 | 111.38 | 0.82 | 0.6 |
| Hex | 5E | ED | 46 | 3C | 0 | 46 | 7 | 6F | 52 | 3C |
| Octal | 136 | 355 | 106 | 74 | 0 | 106 | 7 | 157 | 122 | 74 |
| Binary | 1011110 | 11101101 | 1000110 | 111100 | 0 | 1000110 | 111 | 1101111 | 1010010 | 111100 |
Color Harmonies of #5EED46
Complementary color
Monochromatic Colors of #5EED46
Black with #5EED46
Text Example
Text Example
White with #5EED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EED46; }
p { color: rgb(94,237,70); }
H1.HeaderClassName
{
color: #5EED46;
}
.AnyTagClassName
{
color: #5EED46;
}
</style>
background-color css
<style>
a { background-color: #5EED46; }
a { background-color: rgb(94,237,70); }
div.DivClassName
{
background-color: #5EED46;
}
.BgClassName
{
background-color: #5EED46;
}
</style>
border-color css
<style>
span { border-color: #5EED46; }
span { border-color: rgb(94,237,70); }
td.TdClassName
{
border-color: #5EED46;
}
.TagClassName
{
border-color: #5EED46;
}
</style>