Shades of Screamin' Green #5EF282
Tints of Screamin' Green #5EF282
RGB
CMYK
RGB Variations
Color information
#5EF282 (or 0x5EF282) is known color: Screamin' Green. HEX triplet: 5E, F2 and 82. RGB value is (94,242,130). Sum of RGB (Red+Green+Blue) = 94+242+130=466 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.17% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF282 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF282 is #A10D7D. Grayscale: #B9B9B9. Windows color (decimal): -10554750 or 8581726. OLE color: 8581726.
HSL color Cylindrical-coordinate representation of color #5EF282: hue angle of 134.59º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF282 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 242 | 130 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.05 |
| HSL | 134.59º | 0.85% | 0.66% | - |
| HSV(B) | 134.59º | 0.61% | 0.95% | - |
| XYZ | 40.4 | 67.5 | 32.02 | - |
| YUV | 184.98 | 96.97 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 242 | 130 | 0.61 | 0 | 0.46 | 0.05 | 134.59 | 0.85 | 0.66 |
| Hex | 5E | F2 | 82 | 3D | 0 | 2E | 5 | 87 | 55 | 42 |
| Octal | 136 | 362 | 202 | 75 | 0 | 56 | 5 | 207 | 125 | 102 |
| Binary | 1011110 | 11110010 | 10000010 | 111101 | 0 | 101110 | 101 | 10000111 | 1010101 | 1000010 |
Color Harmonies of #5EF282
Complementary color
Monochromatic Colors of #5EF282
Black with #5EF282
Text Example
Text Example
White with #5EF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF282; }
p { color: rgb(94,242,130); }
H1.HeaderClassName
{
color: #5EF282;
}
.AnyTagClassName
{
color: #5EF282;
}
</style>
background-color css
<style>
a { background-color: #5EF282; }
a { background-color: rgb(94,242,130); }
div.DivClassName
{
background-color: #5EF282;
}
.BgClassName
{
background-color: #5EF282;
}
</style>
border-color css
<style>
span { border-color: #5EF282; }
span { border-color: rgb(94,242,130); }
td.TdClassName
{
border-color: #5EF282;
}
.TagClassName
{
border-color: #5EF282;
}
</style>