Shades of Screamin' Green #55FF8D
Tints of Screamin' Green #55FF8D
RGB
CMYK
RGB Variations
Color information
#55FF8D (or 0x55FF8D) is known color: Screamin' Green. HEX triplet: 55, FF and 8D. RGB value is (85,255,141). Sum of RGB (Red+Green+Blue) = 85+255+141=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FF8D is #AA0072. Grayscale: #BFBFBF. Windows color (decimal): -11141235 or 9305941. OLE color: 9305941.
HSL color Cylindrical-coordinate representation of color #55FF8D: hue angle of 139.76º 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 #55FF8D is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 141 | - |
| CMYK | 0.67 | 0 | 0.45 | 0 |
| HSL | 139.76º | 1% | 0.67% | - |
| HSV(B) | 139.76º | 0.67% | 1% | - |
| XYZ | 44.31 | 75.37 | 37.41 | - |
| YUV | 191.17 | 99.68 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 141 | 0.67 | 0 | 0.45 | 0 | 139.76 | 1 | 0.67 |
| Hex | 55 | FF | 8D | 43 | 0 | 2D | 0 | 8C | 64 | 43 |
| Octal | 125 | 377 | 215 | 103 | 0 | 55 | 0 | 214 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10001101 | 1000011 | 0 | 101101 | 0 | 10001100 | 1100100 | 1000011 |
Color Harmonies of #55FF8D
Complementary color
Monochromatic Colors of #55FF8D
Black with #55FF8D
Text Example
Text Example
White with #55FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF8D; }
p { color: rgb(85,255,141); }
H1.HeaderClassName
{
color: #55FF8D;
}
.AnyTagClassName
{
color: #55FF8D;
}
</style>
background-color css
<style>
a { background-color: #55FF8D; }
a { background-color: rgb(85,255,141); }
div.DivClassName
{
background-color: #55FF8D;
}
.BgClassName
{
background-color: #55FF8D;
}
</style>
border-color css
<style>
span { border-color: #55FF8D; }
span { border-color: rgb(85,255,141); }
td.TdClassName
{
border-color: #55FF8D;
}
.TagClassName
{
border-color: #55FF8D;
}
</style>