Shades of Screamin' Green #55E646
Tints of Screamin' Green #55E646
RGB
CMYK
RGB Variations
Color information
#55E646 (or 0x55E646) is known color: Screamin' Green. HEX triplet: 55, E6 and 46. RGB value is (85,230,70). Sum of RGB (Red+Green+Blue) = 85+230+70=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 230 (90.23% from 255 or 59.74% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 230 - color contains mainly: green. Hex color #55E646 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E646 is #AA19B9. Grayscale: #A8A8A8. Windows color (decimal): -11147706 or 4646485. OLE color: 4646485.
HSL color Cylindrical-coordinate representation of color #55E646: hue angle of 114.38º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55E646 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 230 | 70 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.10 |
| HSL | 114.38º | 0.76% | 0.59% | - |
| HSV(B) | 114.38º | 0.7% | 0.9% | - |
| XYZ | 33.15 | 58.97 | 15.43 | - |
| YUV | 168.41 | 72.46 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 230 | 70 | 0.63 | 0 | 0.70 | 0.10 | 114.38 | 0.76 | 0.59 |
| Hex | 55 | E6 | 46 | 3F | 0 | 46 | A | 72 | 4C | 3B |
| Octal | 125 | 346 | 106 | 77 | 0 | 106 | 12 | 162 | 114 | 73 |
| Binary | 1010101 | 11100110 | 1000110 | 111111 | 0 | 1000110 | 1010 | 1110010 | 1001100 | 111011 |
Color Harmonies of #55E646
Complementary color
Monochromatic Colors of #55E646
Black with #55E646
Text Example
Text Example
White with #55E646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E646; }
p { color: rgb(85,230,70); }
H1.HeaderClassName
{
color: #55E646;
}
.AnyTagClassName
{
color: #55E646;
}
</style>
background-color css
<style>
a { background-color: #55E646; }
a { background-color: rgb(85,230,70); }
div.DivClassName
{
background-color: #55E646;
}
.BgClassName
{
background-color: #55E646;
}
</style>
border-color css
<style>
span { border-color: #55E646; }
span { border-color: rgb(85,230,70); }
td.TdClassName
{
border-color: #55E646;
}
.TagClassName
{
border-color: #55E646;
}
</style>