Shades of Screamin' Green #55FF92
Tints of Screamin' Green #55FF92
RGB
CMYK
RGB Variations
Color information
#55FF92 (or 0x55FF92) is known color: Screamin' Green. HEX triplet: 55, FF and 92. RGB value is (85,255,146). Sum of RGB (Red+Green+Blue) = 85+255+146=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FF92 is #AA006D. Grayscale: #C0C0C0. Windows color (decimal): -11141230 or 9633621. OLE color: 9633621.
HSL color Cylindrical-coordinate representation of color #55FF92: hue angle of 141.53º 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 #55FF92 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 146 | - |
| CMYK | 0.67 | 0 | 0.43 | 0 |
| HSL | 141.53º | 1% | 0.67% | - |
| HSV(B) | 141.53º | 0.67% | 1% | - |
| XYZ | 44.69 | 75.53 | 39.42 | - |
| YUV | 191.74 | 102.18 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 146 | 0.67 | 0 | 0.43 | 0 | 141.53 | 1 | 0.67 |
| Hex | 55 | FF | 92 | 43 | 0 | 2B | 0 | 8E | 64 | 43 |
| Octal | 125 | 377 | 222 | 103 | 0 | 53 | 0 | 216 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10010010 | 1000011 | 0 | 101011 | 0 | 10001110 | 1100100 | 1000011 |
Color Harmonies of #55FF92
Complementary color
Monochromatic Colors of #55FF92
Black with #55FF92
Text Example
Text Example
White with #55FF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF92; }
p { color: rgb(85,255,146); }
H1.HeaderClassName
{
color: #55FF92;
}
.AnyTagClassName
{
color: #55FF92;
}
</style>
background-color css
<style>
a { background-color: #55FF92; }
a { background-color: rgb(85,255,146); }
div.DivClassName
{
background-color: #55FF92;
}
.BgClassName
{
background-color: #55FF92;
}
</style>
border-color css
<style>
span { border-color: #55FF92; }
span { border-color: rgb(85,255,146); }
td.TdClassName
{
border-color: #55FF92;
}
.TagClassName
{
border-color: #55FF92;
}
</style>