Shades of Screamin' Green #55EC56
Tints of Screamin' Green #55EC56
RGB
CMYK
RGB Variations
Color information
#55EC56 (or 0x55EC56) is known color: Screamin' Green. HEX triplet: 55, EC and 56. RGB value is (85,236,86). Sum of RGB (Red+Green+Blue) = 85+236+86=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #55EC56 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55EC56 is #AA13A9. Grayscale: #AEAEAE. Windows color (decimal): -11146154 or 5696597. OLE color: 5696597.
HSL color Cylindrical-coordinate representation of color #55EC56: hue angle of 120.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EC56 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 86 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.07 |
| HSL | 120.4º | 0.8% | 0.63% | - |
| HSV(B) | 120.4º | 0.64% | 0.93% | - |
| XYZ | 35.42 | 62.59 | 19.02 | - |
| YUV | 173.75 | 78.47 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 86 | 0.64 | 0 | 0.64 | 0.07 | 120.4 | 0.8 | 0.63 |
| Hex | 55 | EC | 56 | 40 | 0 | 40 | 7 | 78 | 50 | 3F |
| Octal | 125 | 354 | 126 | 100 | 0 | 100 | 7 | 170 | 120 | 77 |
| Binary | 1010101 | 11101100 | 1010110 | 1000000 | 0 | 1000000 | 111 | 1111000 | 1010000 | 111111 |
Color Harmonies of #55EC56
Complementary color
Monochromatic Colors of #55EC56
Black with #55EC56
Text Example
Text Example
White with #55EC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EC56; }
p { color: rgb(85,236,86); }
H1.HeaderClassName
{
color: #55EC56;
}
.AnyTagClassName
{
color: #55EC56;
}
</style>
background-color css
<style>
a { background-color: #55EC56; }
a { background-color: rgb(85,236,86); }
div.DivClassName
{
background-color: #55EC56;
}
.BgClassName
{
background-color: #55EC56;
}
</style>
border-color css
<style>
span { border-color: #55EC56; }
span { border-color: rgb(85,236,86); }
td.TdClassName
{
border-color: #55EC56;
}
.TagClassName
{
border-color: #55EC56;
}
</style>