Shades of Screamin' Green #55EA60
Tints of Screamin' Green #55EA60
RGB
CMYK
RGB Variations
Color information
#55EA60 (or 0x55EA60) is known color: Screamin' Green. HEX triplet: 55, EA and 60. RGB value is (85,234,96). Sum of RGB (Red+Green+Blue) = 85+234+96=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 234 (91.80% from 255 or 56.39% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 234 - color contains mainly: green. Hex color #55EA60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55EA60 is #AA159F. Grayscale: #AEAEAE. Windows color (decimal): -11146656 or 6351445. OLE color: 6351445.
HSL color Cylindrical-coordinate representation of color #55EA60: hue angle of 124.43º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EA60 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 234 | 96 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.08 |
| HSL | 124.43º | 0.78% | 0.63% | - |
| HSV(B) | 124.43º | 0.64% | 0.92% | - |
| XYZ | 35.28 | 61.62 | 21.1 | - |
| YUV | 173.72 | 84.14 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 96 | 0.64 | 0 | 0.59 | 0.08 | 124.43 | 0.78 | 0.63 |
| Hex | 55 | EA | 60 | 40 | 0 | 3B | 8 | 7C | 4E | 3F |
| Octal | 125 | 352 | 140 | 100 | 0 | 73 | 10 | 174 | 116 | 77 |
| Binary | 1010101 | 11101010 | 1100000 | 1000000 | 0 | 111011 | 1000 | 1111100 | 1001110 | 111111 |
Color Harmonies of #55EA60
Complementary color
Monochromatic Colors of #55EA60
Black with #55EA60
Text Example
Text Example
White with #55EA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EA60; }
p { color: rgb(85,234,96); }
H1.HeaderClassName
{
color: #55EA60;
}
.AnyTagClassName
{
color: #55EA60;
}
</style>
background-color css
<style>
a { background-color: #55EA60; }
a { background-color: rgb(85,234,96); }
div.DivClassName
{
background-color: #55EA60;
}
.BgClassName
{
background-color: #55EA60;
}
</style>
border-color css
<style>
span { border-color: #55EA60; }
span { border-color: rgb(85,234,96); }
td.TdClassName
{
border-color: #55EA60;
}
.TagClassName
{
border-color: #55EA60;
}
</style>