Shades of Screamin' Green #55ED7A
Tints of Screamin' Green #55ED7A
RGB
CMYK
RGB Variations
Color information
#55ED7A (or 0x55ED7A) is known color: Screamin' Green. HEX triplet: 55, ED and 7A. RGB value is (85,237,122). Sum of RGB (Red+Green+Blue) = 85+237+122=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 237 (92.97% from 255 or 53.38% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55ED7A is #AA1285. Grayscale: #B2B2B2. Windows color (decimal): -11145862 or 8056149. OLE color: 8056149.
HSL color Cylindrical-coordinate representation of color #55ED7A: hue angle of 134.61º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ED7A is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 122 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.07 |
| HSL | 134.61º | 0.81% | 0.63% | - |
| HSV(B) | 134.61º | 0.64% | 0.93% | - |
| XYZ | 37.54 | 63.9 | 28.77 | - |
| YUV | 178.44 | 96.14 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 122 | 0.64 | 0 | 0.49 | 0.07 | 134.61 | 0.81 | 0.63 |
| Hex | 55 | ED | 7A | 40 | 0 | 31 | 7 | 87 | 51 | 3F |
| Octal | 125 | 355 | 172 | 100 | 0 | 61 | 7 | 207 | 121 | 77 |
| Binary | 1010101 | 11101101 | 1111010 | 1000000 | 0 | 110001 | 111 | 10000111 | 1010001 | 111111 |
Color Harmonies of #55ED7A
Complementary color
Monochromatic Colors of #55ED7A
Black with #55ED7A
Text Example
Text Example
White with #55ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ED7A; }
p { color: rgb(85,237,122); }
H1.HeaderClassName
{
color: #55ED7A;
}
.AnyTagClassName
{
color: #55ED7A;
}
</style>
background-color css
<style>
a { background-color: #55ED7A; }
a { background-color: rgb(85,237,122); }
div.DivClassName
{
background-color: #55ED7A;
}
.BgClassName
{
background-color: #55ED7A;
}
</style>
border-color css
<style>
span { border-color: #55ED7A; }
span { border-color: rgb(85,237,122); }
td.TdClassName
{
border-color: #55ED7A;
}
.TagClassName
{
border-color: #55ED7A;
}
</style>