Shades of Screamin' Green #55E941
Tints of Screamin' Green #55E941
RGB
CMYK
RGB Variations
Color information
#55E941 (or 0x55E941) is known color: Screamin' Green. HEX triplet: 55, E9 and 41. RGB value is (85,233,65). Sum of RGB (Red+Green+Blue) = 85+233+65=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 233 (91.41% from 255 or 60.84% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 233 - color contains mainly: green. Hex color #55E941 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E941 is #AA16BE. Grayscale: #AAAAAA. Windows color (decimal): -11146943 or 4319573. OLE color: 4319573.
HSL color Cylindrical-coordinate representation of color #55E941: hue angle of 112.86º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55E941 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 65 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.09 |
| HSL | 112.86º | 0.79% | 0.58% | - |
| HSV(B) | 112.86º | 0.72% | 0.91% | - |
| XYZ | 33.84 | 60.59 | 14.91 | - |
| YUV | 169.6 | 68.97 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 65 | 0.64 | 0 | 0.72 | 0.09 | 112.86 | 0.79 | 0.58 |
| Hex | 55 | E9 | 41 | 40 | 0 | 48 | 9 | 71 | 4F | 3A |
| Octal | 125 | 351 | 101 | 100 | 0 | 110 | 11 | 161 | 117 | 72 |
| Binary | 1010101 | 11101001 | 1000001 | 1000000 | 0 | 1001000 | 1001 | 1110001 | 1001111 | 111010 |
Color Harmonies of #55E941
Complementary color
Monochromatic Colors of #55E941
Black with #55E941
Text Example
Text Example
White with #55E941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E941; }
p { color: rgb(85,233,65); }
H1.HeaderClassName
{
color: #55E941;
}
.AnyTagClassName
{
color: #55E941;
}
</style>
background-color css
<style>
a { background-color: #55E941; }
a { background-color: rgb(85,233,65); }
div.DivClassName
{
background-color: #55E941;
}
.BgClassName
{
background-color: #55E941;
}
</style>
border-color css
<style>
span { border-color: #55E941; }
span { border-color: rgb(85,233,65); }
td.TdClassName
{
border-color: #55E941;
}
.TagClassName
{
border-color: #55E941;
}
</style>