Shades of Screamin' Green #55E548
Tints of Screamin' Green #55E548
RGB
CMYK
RGB Variations
Color information
#55E548 (or 0x55E548) is known color: Screamin' Green. HEX triplet: 55, E5 and 48. RGB value is (85,229,72). Sum of RGB (Red+Green+Blue) = 85+229+72=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 229 (89.84% from 255 or 59.33% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 229 - color contains mainly: green. Hex color #55E548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E548 is #AA1AB7. Grayscale: #A8A8A8. Windows color (decimal): -11147960 or 4777301. OLE color: 4777301.
HSL color Cylindrical-coordinate representation of color #55E548: hue angle of 115.03º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55E548 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 229 | 72 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.10 |
| HSL | 115.03º | 0.75% | 0.59% | - |
| HSV(B) | 115.03º | 0.69% | 0.9% | - |
| XYZ | 32.94 | 58.44 | 15.67 | - |
| YUV | 168.05 | 73.79 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 229 | 72 | 0.63 | 0 | 0.69 | 0.10 | 115.03 | 0.75 | 0.59 |
| Hex | 55 | E5 | 48 | 3F | 0 | 45 | A | 73 | 4B | 3B |
| Octal | 125 | 345 | 110 | 77 | 0 | 105 | 12 | 163 | 113 | 73 |
| Binary | 1010101 | 11100101 | 1001000 | 111111 | 0 | 1000101 | 1010 | 1110011 | 1001011 | 111011 |
Color Harmonies of #55E548
Complementary color
Monochromatic Colors of #55E548
Black with #55E548
Text Example
Text Example
White with #55E548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E548; }
p { color: rgb(85,229,72); }
H1.HeaderClassName
{
color: #55E548;
}
.AnyTagClassName
{
color: #55E548;
}
</style>
background-color css
<style>
a { background-color: #55E548; }
a { background-color: rgb(85,229,72); }
div.DivClassName
{
background-color: #55E548;
}
.BgClassName
{
background-color: #55E548;
}
</style>
border-color css
<style>
span { border-color: #55E548; }
span { border-color: rgb(85,229,72); }
td.TdClassName
{
border-color: #55E548;
}
.TagClassName
{
border-color: #55E548;
}
</style>