Shades of Screamin' Green #5EDD55
Tints of Screamin' Green #5EDD55
RGB
CMYK
RGB Variations
Color information
#5EDD55 (or 0x5EDD55) is known color: Screamin' Green. HEX triplet: 5E, DD and 55. RGB value is (94,221,85). Sum of RGB (Red+Green+Blue) = 94+221+85=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDD55 is #A122AA. Grayscale: #A7A7A7. Windows color (decimal): -10560171 or 5627230. OLE color: 5627230.
HSL color Cylindrical-coordinate representation of color #5EDD55: hue angle of 116.03º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EDD55 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 221 | 85 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.13 |
| HSL | 116.03º | 0.67% | 0.6% | - |
| HSV(B) | 116.03º | 0.62% | 0.87% | - |
| XYZ | 32.11 | 54.75 | 17.47 | - |
| YUV | 167.52 | 81.42 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 221 | 85 | 0.57 | 0 | 0.62 | 0.13 | 116.03 | 0.67 | 0.6 |
| Hex | 5E | DD | 55 | 39 | 0 | 3E | D | 74 | 43 | 3C |
| Octal | 136 | 335 | 125 | 71 | 0 | 76 | 15 | 164 | 103 | 74 |
| Binary | 1011110 | 11011101 | 1010101 | 111001 | 0 | 111110 | 1101 | 1110100 | 1000011 | 111100 |
Color Harmonies of #5EDD55
Complementary color
Monochromatic Colors of #5EDD55
Black with #5EDD55
Text Example
Text Example
White with #5EDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDD55; }
p { color: rgb(94,221,85); }
H1.HeaderClassName
{
color: #5EDD55;
}
.AnyTagClassName
{
color: #5EDD55;
}
</style>
background-color css
<style>
a { background-color: #5EDD55; }
a { background-color: rgb(94,221,85); }
div.DivClassName
{
background-color: #5EDD55;
}
.BgClassName
{
background-color: #5EDD55;
}
</style>
border-color css
<style>
span { border-color: #5EDD55; }
span { border-color: rgb(94,221,85); }
td.TdClassName
{
border-color: #5EDD55;
}
.TagClassName
{
border-color: #5EDD55;
}
</style>