Shades of Screamin' Green #55E248
Tints of Screamin' Green #55E248
RGB
CMYK
RGB Variations
Color information
#55E248 (or 0x55E248) is known color: Screamin' Green. HEX triplet: 55, E2 and 48. RGB value is (85,226,72). Sum of RGB (Red+Green+Blue) = 85+226+72=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 226 (88.67% from 255 or 59.01% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 226 - color contains mainly: green. Hex color #55E248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E248 is #AA1DB7. Grayscale: #A6A6A6. Windows color (decimal): -11148728 or 4776533. OLE color: 4776533.
HSL color Cylindrical-coordinate representation of color #55E248: hue angle of 114.94º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55E248 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 72 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.11 |
| HSL | 114.94º | 0.73% | 0.58% | - |
| HSV(B) | 114.94º | 0.68% | 0.89% | - |
| XYZ | 32.11 | 56.79 | 15.4 | - |
| YUV | 166.29 | 74.79 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 72 | 0.62 | 0 | 0.68 | 0.11 | 114.94 | 0.73 | 0.58 |
| Hex | 55 | E2 | 48 | 3E | 0 | 44 | B | 73 | 49 | 3A |
| Octal | 125 | 342 | 110 | 76 | 0 | 104 | 13 | 163 | 111 | 72 |
| Binary | 1010101 | 11100010 | 1001000 | 111110 | 0 | 1000100 | 1011 | 1110011 | 1001001 | 111010 |
Color Harmonies of #55E248
Complementary color
Monochromatic Colors of #55E248
Black with #55E248
Text Example
Text Example
White with #55E248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E248; }
p { color: rgb(85,226,72); }
H1.HeaderClassName
{
color: #55E248;
}
.AnyTagClassName
{
color: #55E248;
}
</style>
background-color css
<style>
a { background-color: #55E248; }
a { background-color: rgb(85,226,72); }
div.DivClassName
{
background-color: #55E248;
}
.BgClassName
{
background-color: #55E248;
}
</style>
border-color css
<style>
span { border-color: #55E248; }
span { border-color: rgb(85,226,72); }
td.TdClassName
{
border-color: #55E248;
}
.TagClassName
{
border-color: #55E248;
}
</style>