Shades of Screamin' Green #55FF86
Tints of Screamin' Green #55FF86
RGB
CMYK
RGB Variations
Color information
#55FF86 (or 0x55FF86) is known color: Screamin' Green. HEX triplet: 55, FF and 86. RGB value is (85,255,134). Sum of RGB (Red+Green+Blue) = 85+255+134=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FF86 is #AA0079. Grayscale: #BEBEBE. Windows color (decimal): -11141242 or 8847189. OLE color: 8847189.
HSL color Cylindrical-coordinate representation of color #55FF86: hue angle of 137.29º 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 #55FF86 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 134 | - |
| CMYK | 0.67 | 0 | 0.47 | 0 |
| HSL | 137.29º | 1% | 0.67% | - |
| HSV(B) | 137.29º | 0.67% | 1% | - |
| XYZ | 43.81 | 75.17 | 34.76 | - |
| YUV | 190.38 | 96.18 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 134 | 0.67 | 0 | 0.47 | 0 | 137.29 | 1 | 0.67 |
| Hex | 55 | FF | 86 | 43 | 0 | 2F | 0 | 89 | 64 | 43 |
| Octal | 125 | 377 | 206 | 103 | 0 | 57 | 0 | 211 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10000110 | 1000011 | 0 | 101111 | 0 | 10001001 | 1100100 | 1000011 |
Color Harmonies of #55FF86
Complementary color
Monochromatic Colors of #55FF86
Black with #55FF86
Text Example
Text Example
White with #55FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF86; }
p { color: rgb(85,255,134); }
H1.HeaderClassName
{
color: #55FF86;
}
.AnyTagClassName
{
color: #55FF86;
}
</style>
background-color css
<style>
a { background-color: #55FF86; }
a { background-color: rgb(85,255,134); }
div.DivClassName
{
background-color: #55FF86;
}
.BgClassName
{
background-color: #55FF86;
}
</style>
border-color css
<style>
span { border-color: #55FF86; }
span { border-color: rgb(85,255,134); }
td.TdClassName
{
border-color: #55FF86;
}
.TagClassName
{
border-color: #55FF86;
}
</style>