Shades of Screamin' Green #5EFE80
Tints of Screamin' Green #5EFE80
RGB
CMYK
RGB Variations
Color information
#5EFE80 (or 0x5EFE80) is known color: Screamin' Green. HEX triplet: 5E, FE and 80. RGB value is (94,254,128). Sum of RGB (Red+Green+Blue) = 94+254+128=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFE80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFE80 is #A1017F. Grayscale: #C0C0C0. Windows color (decimal): -10551680 or 8453726. OLE color: 8453726.
HSL color Cylindrical-coordinate representation of color #5EFE80: hue angle of 132.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFE80 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 128 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.00 |
| HSL | 132.75º | 0.99% | 0.68% | - |
| HSV(B) | 132.75º | 0.63% | 1% | - |
| XYZ | 43.95 | 74.82 | 32.55 | - |
| YUV | 191.8 | 91.99 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 128 | 0.63 | 0 | 0.50 | 0.00 | 132.75 | 0.99 | 0.68 |
| Hex | 5E | FE | 80 | 3F | 0 | 32 | 0 | 85 | 63 | 44 |
| Octal | 136 | 376 | 200 | 77 | 0 | 62 | 0 | 205 | 143 | 104 |
| Binary | 1011110 | 11111110 | 10000000 | 111111 | 0 | 110010 | 0 | 10000101 | 1100011 | 1000100 |
Color Harmonies of #5EFE80
Complementary color
Monochromatic Colors of #5EFE80
Black with #5EFE80
Text Example
Text Example
White with #5EFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFE80; }
p { color: rgb(94,254,128); }
H1.HeaderClassName
{
color: #5EFE80;
}
.AnyTagClassName
{
color: #5EFE80;
}
</style>
background-color css
<style>
a { background-color: #5EFE80; }
a { background-color: rgb(94,254,128); }
div.DivClassName
{
background-color: #5EFE80;
}
.BgClassName
{
background-color: #5EFE80;
}
</style>
border-color css
<style>
span { border-color: #5EFE80; }
span { border-color: rgb(94,254,128); }
td.TdClassName
{
border-color: #5EFE80;
}
.TagClassName
{
border-color: #5EFE80;
}
</style>