Shades of Screamin' Green #5EE148
Tints of Screamin' Green #5EE148
RGB
CMYK
RGB Variations
Color information
#5EE148 (or 0x5EE148) is known color: Screamin' Green. HEX triplet: 5E, E1 and 48. RGB value is (94,225,72). Sum of RGB (Red+Green+Blue) = 94+225+72=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 225 (88.28% from 255 or 57.54% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE148 is #A11EB7. Grayscale: #A8A8A8. Windows color (decimal): -10559160 or 4776286. OLE color: 4776286.
HSL color Cylindrical-coordinate representation of color #5EE148: hue angle of 111.37º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5EE148 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 225 | 72 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.12 |
| HSL | 111.37º | 0.72% | 0.58% | - |
| HSV(B) | 111.37º | 0.68% | 0.88% | - |
| XYZ | 32.71 | 56.7 | 15.35 | - |
| YUV | 168.39 | 73.6 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 225 | 72 | 0.58 | 0 | 0.68 | 0.12 | 111.37 | 0.72 | 0.58 |
| Hex | 5E | E1 | 48 | 3A | 0 | 44 | C | 6F | 48 | 3A |
| Octal | 136 | 341 | 110 | 72 | 0 | 104 | 14 | 157 | 110 | 72 |
| Binary | 1011110 | 11100001 | 1001000 | 111010 | 0 | 1000100 | 1100 | 1101111 | 1001000 | 111010 |
Color Harmonies of #5EE148
Complementary color
Monochromatic Colors of #5EE148
Black with #5EE148
Text Example
Text Example
White with #5EE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE148; }
p { color: rgb(94,225,72); }
H1.HeaderClassName
{
color: #5EE148;
}
.AnyTagClassName
{
color: #5EE148;
}
</style>
background-color css
<style>
a { background-color: #5EE148; }
a { background-color: rgb(94,225,72); }
div.DivClassName
{
background-color: #5EE148;
}
.BgClassName
{
background-color: #5EE148;
}
</style>
border-color css
<style>
span { border-color: #5EE148; }
span { border-color: rgb(94,225,72); }
td.TdClassName
{
border-color: #5EE148;
}
.TagClassName
{
border-color: #5EE148;
}
</style>