Shades of Screamin' Green #55E446
Tints of Screamin' Green #55E446
RGB
CMYK
RGB Variations
Color information
#55E446 (or 0x55E446) is known color: Screamin' Green. HEX triplet: 55, E4 and 46. RGB value is (85,228,70). Sum of RGB (Red+Green+Blue) = 85+228+70=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 228 (89.45% from 255 or 59.53% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 228 - color contains mainly: green. Hex color #55E446 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E446 is #AA1BB9. Grayscale: #A7A7A7. Windows color (decimal): -11148218 or 4645973. OLE color: 4645973.
HSL color Cylindrical-coordinate representation of color #55E446: hue angle of 114.3º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55E446 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 228 | 70 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.11 |
| HSL | 114.3º | 0.75% | 0.58% | - |
| HSV(B) | 114.3º | 0.69% | 0.89% | - |
| XYZ | 32.6 | 57.86 | 15.24 | - |
| YUV | 167.23 | 73.12 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 228 | 70 | 0.63 | 0 | 0.69 | 0.11 | 114.3 | 0.75 | 0.58 |
| Hex | 55 | E4 | 46 | 3F | 0 | 45 | B | 72 | 4B | 3A |
| Octal | 125 | 344 | 106 | 77 | 0 | 105 | 13 | 162 | 113 | 72 |
| Binary | 1010101 | 11100100 | 1000110 | 111111 | 0 | 1000101 | 1011 | 1110010 | 1001011 | 111010 |
Color Harmonies of #55E446
Complementary color
Monochromatic Colors of #55E446
Black with #55E446
Text Example
Text Example
White with #55E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E446; }
p { color: rgb(85,228,70); }
H1.HeaderClassName
{
color: #55E446;
}
.AnyTagClassName
{
color: #55E446;
}
</style>
background-color css
<style>
a { background-color: #55E446; }
a { background-color: rgb(85,228,70); }
div.DivClassName
{
background-color: #55E446;
}
.BgClassName
{
background-color: #55E446;
}
</style>
border-color css
<style>
span { border-color: #55E446; }
span { border-color: rgb(85,228,70); }
td.TdClassName
{
border-color: #55E446;
}
.TagClassName
{
border-color: #55E446;
}
</style>