Shades of Screamin' Green #5EFF38
Tints of Screamin' Green #5EFF38
RGB
CMYK
RGB Variations
Color information
#5EFF38 (or 0x5EFF38) is known color: Screamin' Green. HEX triplet: 5E, FF and 38. RGB value is (94,255,56). Sum of RGB (Red+Green+Blue) = 94+255+56=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 255 (100% from 255 or 62.96% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFF38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFF38 is #A100C7. Grayscale: #B8B8B8. Windows color (decimal): -10551496 or 3735390. OLE color: 3735390.
HSL color Cylindrical-coordinate representation of color #5EFF38: hue angle of 108.54º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5EFF38 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 255 | 56 | - |
| CMYK | 0.63 | 0 | 0.78 | 0 |
| HSL | 108.54º | 1% | 0.61% | - |
| HSV(B) | 108.54º | 0.78% | 1% | - |
| XYZ | 41.09 | 74.19 | 15.89 | - |
| YUV | 184.18 | 55.66 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 255 | 56 | 0.63 | 0 | 0.78 | 0 | 108.54 | 1 | 0.61 |
| Hex | 5E | FF | 38 | 3F | 0 | 4E | 0 | 6D | 64 | 3D |
| Octal | 136 | 377 | 70 | 77 | 0 | 116 | 0 | 155 | 144 | 75 |
| Binary | 1011110 | 11111111 | 111000 | 111111 | 0 | 1001110 | 0 | 1101101 | 1100100 | 111101 |
Color Harmonies of #5EFF38
Complementary color
Monochromatic Colors of #5EFF38
Black with #5EFF38
Text Example
Text Example
White with #5EFF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFF38; }
p { color: rgb(94,255,56); }
H1.HeaderClassName
{
color: #5EFF38;
}
.AnyTagClassName
{
color: #5EFF38;
}
</style>
background-color css
<style>
a { background-color: #5EFF38; }
a { background-color: rgb(94,255,56); }
div.DivClassName
{
background-color: #5EFF38;
}
.BgClassName
{
background-color: #5EFF38;
}
</style>
border-color css
<style>
span { border-color: #5EFF38; }
span { border-color: rgb(94,255,56); }
td.TdClassName
{
border-color: #5EFF38;
}
.TagClassName
{
border-color: #5EFF38;
}
</style>