Shades of Screamin' Green #55E366
Tints of Screamin' Green #55E366
RGB
CMYK
RGB Variations
Color information
#55E366 (or 0x55E366) is known color: Screamin' Green. HEX triplet: 55, E3 and 66. RGB value is (85,227,102). Sum of RGB (Red+Green+Blue) = 85+227+102=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 227 (89.06% from 255 or 54.83% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 227 - color contains mainly: green. Hex color #55E366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E366 is #AA1C99. Grayscale: #AAAAAA. Windows color (decimal): -11148442 or 6742869. OLE color: 6742869.
HSL color Cylindrical-coordinate representation of color #55E366: hue angle of 127.18º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E366 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 227 | 102 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.11 |
| HSL | 127.18º | 0.72% | 0.61% | - |
| HSV(B) | 127.18º | 0.63% | 0.89% | - |
| XYZ | 33.61 | 57.83 | 21.96 | - |
| YUV | 170.29 | 89.46 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 227 | 102 | 0.63 | 0 | 0.55 | 0.11 | 127.18 | 0.72 | 0.61 |
| Hex | 55 | E3 | 66 | 3F | 0 | 37 | B | 7F | 48 | 3D |
| Octal | 125 | 343 | 146 | 77 | 0 | 67 | 13 | 177 | 110 | 75 |
| Binary | 1010101 | 11100011 | 1100110 | 111111 | 0 | 110111 | 1011 | 1111111 | 1001000 | 111101 |
Color Harmonies of #55E366
Complementary color
Monochromatic Colors of #55E366
Black with #55E366
Text Example
Text Example
White with #55E366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E366; }
p { color: rgb(85,227,102); }
H1.HeaderClassName
{
color: #55E366;
}
.AnyTagClassName
{
color: #55E366;
}
</style>
background-color css
<style>
a { background-color: #55E366; }
a { background-color: rgb(85,227,102); }
div.DivClassName
{
background-color: #55E366;
}
.BgClassName
{
background-color: #55E366;
}
</style>
border-color css
<style>
span { border-color: #55E366; }
span { border-color: rgb(85,227,102); }
td.TdClassName
{
border-color: #55E366;
}
.TagClassName
{
border-color: #55E366;
}
</style>