Shades of Screamin' Green #55EA65
Tints of Screamin' Green #55EA65
RGB
CMYK
RGB Variations
Color information
#55EA65 (or 0x55EA65) is known color: Screamin' Green. HEX triplet: 55, EA and 65. RGB value is (85,234,101). Sum of RGB (Red+Green+Blue) = 85+234+101=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 234 (91.80% from 255 or 55.71% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 234 - color contains mainly: green. Hex color #55EA65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55EA65 is #AA159A. Grayscale: #AEAEAE. Windows color (decimal): -11146651 or 6679125. OLE color: 6679125.
HSL color Cylindrical-coordinate representation of color #55EA65: hue angle of 126.44º 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 #55EA65 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 234 | 101 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.08 |
| HSL | 126.44º | 0.78% | 0.63% | - |
| HSV(B) | 126.44º | 0.64% | 0.92% | - |
| XYZ | 35.52 | 61.72 | 22.35 | - |
| YUV | 174.29 | 86.64 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 101 | 0.64 | 0 | 0.57 | 0.08 | 126.44 | 0.78 | 0.63 |
| Hex | 55 | EA | 65 | 40 | 0 | 39 | 8 | 7E | 4E | 3F |
| Octal | 125 | 352 | 145 | 100 | 0 | 71 | 10 | 176 | 116 | 77 |
| Binary | 1010101 | 11101010 | 1100101 | 1000000 | 0 | 111001 | 1000 | 1111110 | 1001110 | 111111 |
Color Harmonies of #55EA65
Complementary color
Monochromatic Colors of #55EA65
Black with #55EA65
Text Example
Text Example
White with #55EA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EA65; }
p { color: rgb(85,234,101); }
H1.HeaderClassName
{
color: #55EA65;
}
.AnyTagClassName
{
color: #55EA65;
}
</style>
background-color css
<style>
a { background-color: #55EA65; }
a { background-color: rgb(85,234,101); }
div.DivClassName
{
background-color: #55EA65;
}
.BgClassName
{
background-color: #55EA65;
}
</style>
border-color css
<style>
span { border-color: #55EA65; }
span { border-color: rgb(85,234,101); }
td.TdClassName
{
border-color: #55EA65;
}
.TagClassName
{
border-color: #55EA65;
}
</style>