Shades of Screamin' Green #5EDD56
Tints of Screamin' Green #5EDD56
RGB
CMYK
RGB Variations
Color information
#5EDD56 (or 0x5EDD56) is known color: Screamin' Green. HEX triplet: 5E, DD and 56. RGB value is (94,221,86). Sum of RGB (Red+Green+Blue) = 94+221+86=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDD56 is #A122A9. Grayscale: #A8A8A8. Windows color (decimal): -10560170 or 5692766. OLE color: 5692766.
HSL color Cylindrical-coordinate representation of color #5EDD56: hue angle of 116.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EDD56 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 221 | 86 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.13 |
| HSL | 116.44º | 0.67% | 0.6% | - |
| HSV(B) | 116.44º | 0.61% | 0.87% | - |
| XYZ | 32.15 | 54.76 | 17.68 | - |
| YUV | 167.64 | 81.92 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 221 | 86 | 0.57 | 0 | 0.61 | 0.13 | 116.44 | 0.67 | 0.6 |
| Hex | 5E | DD | 56 | 39 | 0 | 3D | D | 74 | 43 | 3C |
| Octal | 136 | 335 | 126 | 71 | 0 | 75 | 15 | 164 | 103 | 74 |
| Binary | 1011110 | 11011101 | 1010110 | 111001 | 0 | 111101 | 1101 | 1110100 | 1000011 | 111100 |
Color Harmonies of #5EDD56
Complementary color
Monochromatic Colors of #5EDD56
Black with #5EDD56
Text Example
Text Example
White with #5EDD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDD56; }
p { color: rgb(94,221,86); }
H1.HeaderClassName
{
color: #5EDD56;
}
.AnyTagClassName
{
color: #5EDD56;
}
</style>
background-color css
<style>
a { background-color: #5EDD56; }
a { background-color: rgb(94,221,86); }
div.DivClassName
{
background-color: #5EDD56;
}
.BgClassName
{
background-color: #5EDD56;
}
</style>
border-color css
<style>
span { border-color: #5EDD56; }
span { border-color: rgb(94,221,86); }
td.TdClassName
{
border-color: #5EDD56;
}
.TagClassName
{
border-color: #5EDD56;
}
</style>