Shades of Screamin' Green #5EDF50
Tints of Screamin' Green #5EDF50
RGB
CMYK
RGB Variations
Color information
#5EDF50 (or 0x5EDF50) is known color: Screamin' Green. HEX triplet: 5E, DF and 50. RGB value is (94,223,80). Sum of RGB (Red+Green+Blue) = 94+223+80=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDF50 is #A120AF. Grayscale: #A8A8A8. Windows color (decimal): -10559664 or 5300062. OLE color: 5300062.
HSL color Cylindrical-coordinate representation of color #5EDF50: hue angle of 114.13º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5EDF50 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 80 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.13 |
| HSL | 114.13º | 0.69% | 0.59% | - |
| HSV(B) | 114.13º | 0.64% | 0.87% | - |
| XYZ | 32.45 | 55.73 | 16.64 | - |
| YUV | 168.13 | 78.26 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 80 | 0.58 | 0 | 0.64 | 0.13 | 114.13 | 0.69 | 0.59 |
| Hex | 5E | DF | 50 | 3A | 0 | 40 | D | 72 | 45 | 3B |
| Octal | 136 | 337 | 120 | 72 | 0 | 100 | 15 | 162 | 105 | 73 |
| Binary | 1011110 | 11011111 | 1010000 | 111010 | 0 | 1000000 | 1101 | 1110010 | 1000101 | 111011 |
Color Harmonies of #5EDF50
Complementary color
Monochromatic Colors of #5EDF50
Black with #5EDF50
Text Example
Text Example
White with #5EDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDF50; }
p { color: rgb(94,223,80); }
H1.HeaderClassName
{
color: #5EDF50;
}
.AnyTagClassName
{
color: #5EDF50;
}
</style>
background-color css
<style>
a { background-color: #5EDF50; }
a { background-color: rgb(94,223,80); }
div.DivClassName
{
background-color: #5EDF50;
}
.BgClassName
{
background-color: #5EDF50;
}
</style>
border-color css
<style>
span { border-color: #5EDF50; }
span { border-color: rgb(94,223,80); }
td.TdClassName
{
border-color: #5EDF50;
}
.TagClassName
{
border-color: #5EDF50;
}
</style>