Shades of Screamin' Green #55FF8E
Tints of Screamin' Green #55FF8E
RGB
CMYK
RGB Variations
Color information
#55FF8E (or 0x55FF8E) is known color: Screamin' Green. HEX triplet: 55, FF and 8E. RGB value is (85,255,142). Sum of RGB (Red+Green+Blue) = 85+255+142=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FF8E is #AA0071. Grayscale: #BFBFBF. Windows color (decimal): -11141234 or 9371477. OLE color: 9371477.
HSL color Cylindrical-coordinate representation of color #55FF8E: hue angle of 140.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FF8E is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 142 | - |
| CMYK | 0.67 | 0 | 0.44 | 0 |
| HSL | 140.12º | 1% | 0.67% | - |
| HSV(B) | 140.12º | 0.67% | 1% | - |
| XYZ | 44.39 | 75.4 | 37.81 | - |
| YUV | 191.29 | 100.18 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 142 | 0.67 | 0 | 0.44 | 0 | 140.12 | 1 | 0.67 |
| Hex | 55 | FF | 8E | 43 | 0 | 2C | 0 | 8C | 64 | 43 |
| Octal | 125 | 377 | 216 | 103 | 0 | 54 | 0 | 214 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10001110 | 1000011 | 0 | 101100 | 0 | 10001100 | 1100100 | 1000011 |
Color Harmonies of #55FF8E
Complementary color
Monochromatic Colors of #55FF8E
Black with #55FF8E
Text Example
Text Example
White with #55FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF8E; }
p { color: rgb(85,255,142); }
H1.HeaderClassName
{
color: #55FF8E;
}
.AnyTagClassName
{
color: #55FF8E;
}
</style>
background-color css
<style>
a { background-color: #55FF8E; }
a { background-color: rgb(85,255,142); }
div.DivClassName
{
background-color: #55FF8E;
}
.BgClassName
{
background-color: #55FF8E;
}
</style>
border-color css
<style>
span { border-color: #55FF8E; }
span { border-color: rgb(85,255,142); }
td.TdClassName
{
border-color: #55FF8E;
}
.TagClassName
{
border-color: #55FF8E;
}
</style>