Shades of Screamin' Green #5EF448
Tints of Screamin' Green #5EF448
RGB
CMYK
RGB Variations
Color information
#5EF448 (or 0x5EF448) is known color: Screamin' Green. HEX triplet: 5E, F4 and 48. RGB value is (94,244,72). Sum of RGB (Red+Green+Blue) = 94+244+72=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 244 (95.70% from 255 or 59.51% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 244 - color contains mainly: green. Hex color #5EF448 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EF448 is #A10BB7. Grayscale: #B4B4B4. Windows color (decimal): -10554296 or 4781150. OLE color: 4781150.
HSL color Cylindrical-coordinate representation of color #5EF448: hue angle of 112.33º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5EF448 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 244 | 72 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.04 |
| HSL | 112.33º | 0.89% | 0.62% | - |
| HSV(B) | 112.33º | 0.7% | 0.96% | - |
| XYZ | 38.14 | 67.55 | 17.16 | - |
| YUV | 179.54 | 67.31 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 244 | 72 | 0.61 | 0 | 0.70 | 0.04 | 112.33 | 0.89 | 0.62 |
| Hex | 5E | F4 | 48 | 3D | 0 | 46 | 4 | 70 | 59 | 3E |
| Octal | 136 | 364 | 110 | 75 | 0 | 106 | 4 | 160 | 131 | 76 |
| Binary | 1011110 | 11110100 | 1001000 | 111101 | 0 | 1000110 | 100 | 1110000 | 1011001 | 111110 |
Color Harmonies of #5EF448
Complementary color
Monochromatic Colors of #5EF448
Black with #5EF448
Text Example
Text Example
White with #5EF448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF448; }
p { color: rgb(94,244,72); }
H1.HeaderClassName
{
color: #5EF448;
}
.AnyTagClassName
{
color: #5EF448;
}
</style>
background-color css
<style>
a { background-color: #5EF448; }
a { background-color: rgb(94,244,72); }
div.DivClassName
{
background-color: #5EF448;
}
.BgClassName
{
background-color: #5EF448;
}
</style>
border-color css
<style>
span { border-color: #5EF448; }
span { border-color: rgb(94,244,72); }
td.TdClassName
{
border-color: #5EF448;
}
.TagClassName
{
border-color: #5EF448;
}
</style>