Shades of Screamin' Green #55E266
Tints of Screamin' Green #55E266
RGB
CMYK
RGB Variations
Color information
#55E266 (or 0x55E266) is known color: Screamin' Green. HEX triplet: 55, E2 and 66. RGB value is (85,226,102). Sum of RGB (Red+Green+Blue) = 85+226+102=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 226 (88.67% from 255 or 54.72% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 226 - color contains mainly: green. Hex color #55E266 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E266 is #AA1D99. Grayscale: #AAAAAA. Windows color (decimal): -11148698 or 6742613. OLE color: 6742613.
HSL color Cylindrical-coordinate representation of color #55E266: hue angle of 127.23º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E266 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 102 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.11 |
| HSL | 127.23º | 0.71% | 0.61% | - |
| HSV(B) | 127.23º | 0.62% | 0.89% | - |
| XYZ | 33.34 | 57.28 | 21.87 | - |
| YUV | 169.71 | 89.79 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 102 | 0.62 | 0 | 0.55 | 0.11 | 127.23 | 0.71 | 0.61 |
| Hex | 55 | E2 | 66 | 3E | 0 | 37 | B | 7F | 47 | 3D |
| Octal | 125 | 342 | 146 | 76 | 0 | 67 | 13 | 177 | 107 | 75 |
| Binary | 1010101 | 11100010 | 1100110 | 111110 | 0 | 110111 | 1011 | 1111111 | 1000111 | 111101 |
Color Harmonies of #55E266
Complementary color
Monochromatic Colors of #55E266
Black with #55E266
Text Example
Text Example
White with #55E266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E266; }
p { color: rgb(85,226,102); }
H1.HeaderClassName
{
color: #55E266;
}
.AnyTagClassName
{
color: #55E266;
}
</style>
background-color css
<style>
a { background-color: #55E266; }
a { background-color: rgb(85,226,102); }
div.DivClassName
{
background-color: #55E266;
}
.BgClassName
{
background-color: #55E266;
}
</style>
border-color css
<style>
span { border-color: #55E266; }
span { border-color: rgb(85,226,102); }
td.TdClassName
{
border-color: #55E266;
}
.TagClassName
{
border-color: #55E266;
}
</style>