Shades of Screamin' Green #5EDC50
Tints of Screamin' Green #5EDC50
RGB
CMYK
RGB Variations
Color information
#5EDC50 (or 0x5EDC50) is known color: Screamin' Green. HEX triplet: 5E, DC and 50. RGB value is (94,220,80). Sum of RGB (Red+Green+Blue) = 94+220+80=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDC50 is #A123AF. Grayscale: #A6A6A6. Windows color (decimal): -10560432 or 5299294. OLE color: 5299294.
HSL color Cylindrical-coordinate representation of color #5EDC50: hue angle of 114º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5EDC50 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 220 | 80 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.14 |
| HSL | 114º | 0.67% | 0.59% | - |
| HSV(B) | 114º | 0.64% | 0.86% | - |
| XYZ | 31.66 | 54.15 | 16.37 | - |
| YUV | 166.37 | 79.26 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 80 | 0.57 | 0 | 0.64 | 0.14 | 114 | 0.67 | 0.59 |
| Hex | 5E | DC | 50 | 39 | 0 | 40 | E | 72 | 43 | 3B |
| Octal | 136 | 334 | 120 | 71 | 0 | 100 | 16 | 162 | 103 | 73 |
| Binary | 1011110 | 11011100 | 1010000 | 111001 | 0 | 1000000 | 1110 | 1110010 | 1000011 | 111011 |
Color Harmonies of #5EDC50
Complementary color
Monochromatic Colors of #5EDC50
Black with #5EDC50
Text Example
Text Example
White with #5EDC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDC50; }
p { color: rgb(94,220,80); }
H1.HeaderClassName
{
color: #5EDC50;
}
.AnyTagClassName
{
color: #5EDC50;
}
</style>
background-color css
<style>
a { background-color: #5EDC50; }
a { background-color: rgb(94,220,80); }
div.DivClassName
{
background-color: #5EDC50;
}
.BgClassName
{
background-color: #5EDC50;
}
</style>
border-color css
<style>
span { border-color: #5EDC50; }
span { border-color: rgb(94,220,80); }
td.TdClassName
{
border-color: #5EDC50;
}
.TagClassName
{
border-color: #5EDC50;
}
</style>