Shades of Screamin' Green #5EFE46
Tints of Screamin' Green #5EFE46
RGB
CMYK
RGB Variations
Color information
#5EFE46 (or 0x5EFE46) is known color: Screamin' Green. HEX triplet: 5E, FE and 46. RGB value is (94,254,70). Sum of RGB (Red+Green+Blue) = 94+254+70=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 254 (99.61% from 255 or 60.77% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFE46 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFE46 is #A101B9. Grayscale: #B9B9B9. Windows color (decimal): -10551738 or 4652638. OLE color: 4652638.
HSL color Cylindrical-coordinate representation of color #5EFE46: hue angle of 112.17º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5EFE46 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 70 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.00 |
| HSL | 112.17º | 0.99% | 0.64% | - |
| HSV(B) | 112.17º | 0.72% | 1% | - |
| XYZ | 41.16 | 73.71 | 17.85 | - |
| YUV | 185.18 | 62.99 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 70 | 0.63 | 0 | 0.72 | 0.00 | 112.17 | 0.99 | 0.64 |
| Hex | 5E | FE | 46 | 3F | 0 | 48 | 0 | 70 | 63 | 40 |
| Octal | 136 | 376 | 106 | 77 | 0 | 110 | 0 | 160 | 143 | 100 |
| Binary | 1011110 | 11111110 | 1000110 | 111111 | 0 | 1001000 | 0 | 1110000 | 1100011 | 1000000 |
Color Harmonies of #5EFE46
Complementary color
Monochromatic Colors of #5EFE46
Black with #5EFE46
Text Example
Text Example
White with #5EFE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFE46; }
p { color: rgb(94,254,70); }
H1.HeaderClassName
{
color: #5EFE46;
}
.AnyTagClassName
{
color: #5EFE46;
}
</style>
background-color css
<style>
a { background-color: #5EFE46; }
a { background-color: rgb(94,254,70); }
div.DivClassName
{
background-color: #5EFE46;
}
.BgClassName
{
background-color: #5EFE46;
}
</style>
border-color css
<style>
span { border-color: #5EFE46; }
span { border-color: rgb(94,254,70); }
td.TdClassName
{
border-color: #5EFE46;
}
.TagClassName
{
border-color: #5EFE46;
}
</style>