Shades of Screamin' Green #55F059
Tints of Screamin' Green #55F059
RGB
CMYK
RGB Variations
Color information
#55F059 (or 0x55F059) is known color: Screamin' Green. HEX triplet: 55, F0 and 59. RGB value is (85,240,89). Sum of RGB (Red+Green+Blue) = 85+240+89=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 240 (94.14% from 255 or 57.97% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 240 - color contains mainly: green. Hex color #55F059 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F059 is #AA0FA6. Grayscale: #B0B0B0. Windows color (decimal): -11145127 or 5894229. OLE color: 5894229.
HSL color Cylindrical-coordinate representation of color #55F059: hue angle of 121.55º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F059 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 89 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.06 |
| HSL | 121.55º | 0.84% | 0.64% | - |
| HSV(B) | 121.55º | 0.65% | 0.94% | - |
| XYZ | 36.71 | 64.97 | 20.06 | - |
| YUV | 176.44 | 78.65 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 89 | 0.65 | 0 | 0.63 | 0.06 | 121.55 | 0.84 | 0.64 |
| Hex | 55 | F0 | 59 | 41 | 0 | 3F | 6 | 7A | 54 | 40 |
| Octal | 125 | 360 | 131 | 101 | 0 | 77 | 6 | 172 | 124 | 100 |
| Binary | 1010101 | 11110000 | 1011001 | 1000001 | 0 | 111111 | 110 | 1111010 | 1010100 | 1000000 |
Color Harmonies of #55F059
Complementary color
Monochromatic Colors of #55F059
Black with #55F059
Text Example
Text Example
White with #55F059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F059; }
p { color: rgb(85,240,89); }
H1.HeaderClassName
{
color: #55F059;
}
.AnyTagClassName
{
color: #55F059;
}
</style>
background-color css
<style>
a { background-color: #55F059; }
a { background-color: rgb(85,240,89); }
div.DivClassName
{
background-color: #55F059;
}
.BgClassName
{
background-color: #55F059;
}
</style>
border-color css
<style>
span { border-color: #55F059; }
span { border-color: rgb(85,240,89); }
td.TdClassName
{
border-color: #55F059;
}
.TagClassName
{
border-color: #55F059;
}
</style>