Shades of Screamin' Green #55E960
Tints of Screamin' Green #55E960
RGB
CMYK
RGB Variations
Color information
#55E960 (or 0x55E960) is known color: Screamin' Green. HEX triplet: 55, E9 and 60. RGB value is (85,233,96). Sum of RGB (Red+Green+Blue) = 85+233+96=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 233 (91.41% from 255 or 56.28% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 233 - color contains mainly: green. Hex color #55E960 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55E960 is #AA169F. Grayscale: #ADADAD. Windows color (decimal): -11146912 or 6351189. OLE color: 6351189.
HSL color Cylindrical-coordinate representation of color #55E960: hue angle of 124.46º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E960 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 96 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.09 |
| HSL | 124.46º | 0.77% | 0.62% | - |
| HSV(B) | 124.46º | 0.64% | 0.91% | - |
| XYZ | 35 | 61.05 | 21.01 | - |
| YUV | 173.13 | 84.47 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 96 | 0.64 | 0 | 0.59 | 0.09 | 124.46 | 0.77 | 0.62 |
| Hex | 55 | E9 | 60 | 40 | 0 | 3B | 9 | 7C | 4D | 3E |
| Octal | 125 | 351 | 140 | 100 | 0 | 73 | 11 | 174 | 115 | 76 |
| Binary | 1010101 | 11101001 | 1100000 | 1000000 | 0 | 111011 | 1001 | 1111100 | 1001101 | 111110 |
Color Harmonies of #55E960
Complementary color
Monochromatic Colors of #55E960
Black with #55E960
Text Example
Text Example
White with #55E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E960; }
p { color: rgb(85,233,96); }
H1.HeaderClassName
{
color: #55E960;
}
.AnyTagClassName
{
color: #55E960;
}
</style>
background-color css
<style>
a { background-color: #55E960; }
a { background-color: rgb(85,233,96); }
div.DivClassName
{
background-color: #55E960;
}
.BgClassName
{
background-color: #55E960;
}
</style>
border-color css
<style>
span { border-color: #55E960; }
span { border-color: rgb(85,233,96); }
td.TdClassName
{
border-color: #55E960;
}
.TagClassName
{
border-color: #55E960;
}
</style>