Shades of Screamin' Green #55E349
Tints of Screamin' Green #55E349
RGB
CMYK
RGB Variations
Color information
#55E349 (or 0x55E349) is known color: Screamin' Green. HEX triplet: 55, E3 and 49. RGB value is (85,227,73). Sum of RGB (Red+Green+Blue) = 85+227+73=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 227 (89.06% from 255 or 58.96% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 227 - color contains mainly: green. Hex color #55E349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E349 is #AA1CB6. Grayscale: #A7A7A7. Windows color (decimal): -11148471 or 4842325. OLE color: 4842325.
HSL color Cylindrical-coordinate representation of color #55E349: hue angle of 115.32º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55E349 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 227 | 73 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.11 |
| HSL | 115.32º | 0.73% | 0.59% | - |
| HSV(B) | 115.32º | 0.68% | 0.89% | - |
| XYZ | 32.42 | 57.35 | 15.66 | - |
| YUV | 166.99 | 74.96 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 227 | 73 | 0.63 | 0 | 0.68 | 0.11 | 115.32 | 0.73 | 0.59 |
| Hex | 55 | E3 | 49 | 3F | 0 | 44 | B | 73 | 49 | 3B |
| Octal | 125 | 343 | 111 | 77 | 0 | 104 | 13 | 163 | 111 | 73 |
| Binary | 1010101 | 11100011 | 1001001 | 111111 | 0 | 1000100 | 1011 | 1110011 | 1001001 | 111011 |
Color Harmonies of #55E349
Complementary color
Monochromatic Colors of #55E349
Black with #55E349
Text Example
Text Example
White with #55E349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E349; }
p { color: rgb(85,227,73); }
H1.HeaderClassName
{
color: #55E349;
}
.AnyTagClassName
{
color: #55E349;
}
</style>
background-color css
<style>
a { background-color: #55E349; }
a { background-color: rgb(85,227,73); }
div.DivClassName
{
background-color: #55E349;
}
.BgClassName
{
background-color: #55E349;
}
</style>
border-color css
<style>
span { border-color: #55E349; }
span { border-color: rgb(85,227,73); }
td.TdClassName
{
border-color: #55E349;
}
.TagClassName
{
border-color: #55E349;
}
</style>