Shades of Screamin' Green #55E44F
Tints of Screamin' Green #55E44F
RGB
CMYK
RGB Variations
Color information
#55E44F (or 0x55E44F) is known color: Screamin' Green. HEX triplet: 55, E4 and 4F. RGB value is (85,228,79). Sum of RGB (Red+Green+Blue) = 85+228+79=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 228 (89.45% from 255 or 58.16% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 228 - color contains mainly: green. Hex color #55E44F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E44F is #AA1BB0. Grayscale: #A8A8A8. Windows color (decimal): -11148209 or 5235797. OLE color: 5235797.
HSL color Cylindrical-coordinate representation of color #55E44F: hue angle of 117.58º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55E44F is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 228 | 79 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.11 |
| HSL | 117.58º | 0.73% | 0.6% | - |
| HSV(B) | 117.58º | 0.65% | 0.89% | - |
| XYZ | 32.9 | 57.98 | 16.85 | - |
| YUV | 168.26 | 77.62 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 228 | 79 | 0.63 | 0 | 0.65 | 0.11 | 117.58 | 0.73 | 0.6 |
| Hex | 55 | E4 | 4F | 3F | 0 | 41 | B | 76 | 49 | 3C |
| Octal | 125 | 344 | 117 | 77 | 0 | 101 | 13 | 166 | 111 | 74 |
| Binary | 1010101 | 11100100 | 1001111 | 111111 | 0 | 1000001 | 1011 | 1110110 | 1001001 | 111100 |
Color Harmonies of #55E44F
Complementary color
Monochromatic Colors of #55E44F
Black with #55E44F
Text Example
Text Example
White with #55E44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E44F; }
p { color: rgb(85,228,79); }
H1.HeaderClassName
{
color: #55E44F;
}
.AnyTagClassName
{
color: #55E44F;
}
</style>
background-color css
<style>
a { background-color: #55E44F; }
a { background-color: rgb(85,228,79); }
div.DivClassName
{
background-color: #55E44F;
}
.BgClassName
{
background-color: #55E44F;
}
</style>
border-color css
<style>
span { border-color: #55E44F; }
span { border-color: rgb(85,228,79); }
td.TdClassName
{
border-color: #55E44F;
}
.TagClassName
{
border-color: #55E44F;
}
</style>