Shades of Screamin' Green #55EC48
Tints of Screamin' Green #55EC48
RGB
CMYK
RGB Variations
Color information
#55EC48 (or 0x55EC48) is known color: Screamin' Green. HEX triplet: 55, EC and 48. RGB value is (85,236,72). Sum of RGB (Red+Green+Blue) = 85+236+72=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #55EC48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EC48 is #AA13B7. Grayscale: #ACACAC. Windows color (decimal): -11146168 or 4779093. OLE color: 4779093.
HSL color Cylindrical-coordinate representation of color #55EC48: hue angle of 115.24º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55EC48 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 72 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.07 |
| HSL | 115.24º | 0.81% | 0.6% | - |
| HSV(B) | 115.24º | 0.69% | 0.93% | - |
| XYZ | 34.91 | 62.39 | 16.33 | - |
| YUV | 172.16 | 71.47 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 72 | 0.64 | 0 | 0.69 | 0.07 | 115.24 | 0.81 | 0.6 |
| Hex | 55 | EC | 48 | 40 | 0 | 45 | 7 | 73 | 51 | 3C |
| Octal | 125 | 354 | 110 | 100 | 0 | 105 | 7 | 163 | 121 | 74 |
| Binary | 1010101 | 11101100 | 1001000 | 1000000 | 0 | 1000101 | 111 | 1110011 | 1010001 | 111100 |
Color Harmonies of #55EC48
Complementary color
Monochromatic Colors of #55EC48
Black with #55EC48
Text Example
Text Example
White with #55EC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EC48; }
p { color: rgb(85,236,72); }
H1.HeaderClassName
{
color: #55EC48;
}
.AnyTagClassName
{
color: #55EC48;
}
</style>
background-color css
<style>
a { background-color: #55EC48; }
a { background-color: rgb(85,236,72); }
div.DivClassName
{
background-color: #55EC48;
}
.BgClassName
{
background-color: #55EC48;
}
</style>
border-color css
<style>
span { border-color: #55EC48; }
span { border-color: rgb(85,236,72); }
td.TdClassName
{
border-color: #55EC48;
}
.TagClassName
{
border-color: #55EC48;
}
</style>