Shades of Screamin' Green #5EF950
Tints of Screamin' Green #5EF950
RGB
CMYK
RGB Variations
Color information
#5EF950 (or 0x5EF950) is known color: Screamin' Green. HEX triplet: 5E, F9 and 50. RGB value is (94,249,80). Sum of RGB (Red+Green+Blue) = 94+249+80=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 249 (97.66% from 255 or 58.87% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 249 - color contains mainly: green. Hex color #5EF950 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5EF950 is #A106AF. Grayscale: #B7B7B7. Windows color (decimal): -10553008 or 5306718. OLE color: 5306718.
HSL color Cylindrical-coordinate representation of color #5EF950: hue angle of 115.03º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5EF950 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 249 | 80 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.02 |
| HSL | 115.03º | 0.93% | 0.65% | - |
| HSV(B) | 115.03º | 0.68% | 0.98% | - |
| XYZ | 39.94 | 70.71 | 19.13 | - |
| YUV | 183.39 | 69.65 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 249 | 80 | 0.62 | 0 | 0.68 | 0.02 | 115.03 | 0.93 | 0.65 |
| Hex | 5E | F9 | 50 | 3E | 0 | 44 | 2 | 73 | 5D | 41 |
| Octal | 136 | 371 | 120 | 76 | 0 | 104 | 2 | 163 | 135 | 101 |
| Binary | 1011110 | 11111001 | 1010000 | 111110 | 0 | 1000100 | 10 | 1110011 | 1011101 | 1000001 |
Color Harmonies of #5EF950
Complementary color
Monochromatic Colors of #5EF950
Black with #5EF950
Text Example
Text Example
White with #5EF950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF950; }
p { color: rgb(94,249,80); }
H1.HeaderClassName
{
color: #5EF950;
}
.AnyTagClassName
{
color: #5EF950;
}
</style>
background-color css
<style>
a { background-color: #5EF950; }
a { background-color: rgb(94,249,80); }
div.DivClassName
{
background-color: #5EF950;
}
.BgClassName
{
background-color: #5EF950;
}
</style>
border-color css
<style>
span { border-color: #5EF950; }
span { border-color: rgb(94,249,80); }
td.TdClassName
{
border-color: #5EF950;
}
.TagClassName
{
border-color: #5EF950;
}
</style>