Shades of Screamin' Green #4EDC55
Tints of Screamin' Green #4EDC55
RGB
CMYK
RGB Variations
Color information
#4EDC55 (or 0x4EDC55) is known color: Screamin' Green. HEX triplet: 4E, DC and 55. RGB value is (78,220,85). Sum of RGB (Red+Green+Blue) = 78+220+85=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDC55 is #B123AA. Grayscale: #A2A2A2. Windows color (decimal): -11609003 or 5626958. OLE color: 5626958.
HSL color Cylindrical-coordinate representation of color #4EDC55: hue angle of 122.96º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDC55 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 220 | 85 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.14 |
| HSL | 122.96º | 0.67% | 0.58% | - |
| HSV(B) | 122.96º | 0.65% | 0.86% | - |
| XYZ | 30.37 | 53.46 | 17.31 | - |
| YUV | 162.15 | 84.46 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 85 | 0.65 | 0 | 0.61 | 0.14 | 122.96 | 0.67 | 0.58 |
| Hex | 4E | DC | 55 | 41 | 0 | 3D | E | 7B | 43 | 3A |
| Octal | 116 | 334 | 125 | 101 | 0 | 75 | 16 | 173 | 103 | 72 |
| Binary | 1001110 | 11011100 | 1010101 | 1000001 | 0 | 111101 | 1110 | 1111011 | 1000011 | 111010 |
Color Harmonies of #4EDC55
Complementary color
Monochromatic Colors of #4EDC55
Black with #4EDC55
Text Example
Text Example
White with #4EDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDC55; }
p { color: rgb(78,220,85); }
H1.HeaderClassName
{
color: #4EDC55;
}
.AnyTagClassName
{
color: #4EDC55;
}
</style>
background-color css
<style>
a { background-color: #4EDC55; }
a { background-color: rgb(78,220,85); }
div.DivClassName
{
background-color: #4EDC55;
}
.BgClassName
{
background-color: #4EDC55;
}
</style>
border-color css
<style>
span { border-color: #4EDC55; }
span { border-color: rgb(78,220,85); }
td.TdClassName
{
border-color: #4EDC55;
}
.TagClassName
{
border-color: #4EDC55;
}
</style>