Shades of Screamin' Green #55FF8C
Tints of Screamin' Green #55FF8C
RGB
CMYK
RGB Variations
Color information
#55FF8C (or 0x55FF8C) is known color: Screamin' Green. HEX triplet: 55, FF and 8C. RGB value is (85,255,140). Sum of RGB (Red+Green+Blue) = 85+255+140=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FF8C is #AA0073. Grayscale: #BFBFBF. Windows color (decimal): -11141236 or 9240405. OLE color: 9240405.
HSL color Cylindrical-coordinate representation of color #55FF8C: hue angle of 139.41º 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 #55FF8C is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 140 | - |
| CMYK | 0.67 | 0 | 0.45 | 0 |
| HSL | 139.41º | 1% | 0.67% | - |
| HSV(B) | 139.41º | 0.67% | 1% | - |
| XYZ | 44.24 | 75.34 | 37.02 | - |
| YUV | 191.06 | 99.18 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 140 | 0.67 | 0 | 0.45 | 0 | 139.41 | 1 | 0.67 |
| Hex | 55 | FF | 8C | 43 | 0 | 2D | 0 | 8B | 64 | 43 |
| Octal | 125 | 377 | 214 | 103 | 0 | 55 | 0 | 213 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10001100 | 1000011 | 0 | 101101 | 0 | 10001011 | 1100100 | 1000011 |
Color Harmonies of #55FF8C
Complementary color
Monochromatic Colors of #55FF8C
Black with #55FF8C
Text Example
Text Example
White with #55FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF8C; }
p { color: rgb(85,255,140); }
H1.HeaderClassName
{
color: #55FF8C;
}
.AnyTagClassName
{
color: #55FF8C;
}
</style>
background-color css
<style>
a { background-color: #55FF8C; }
a { background-color: rgb(85,255,140); }
div.DivClassName
{
background-color: #55FF8C;
}
.BgClassName
{
background-color: #55FF8C;
}
</style>
border-color css
<style>
span { border-color: #55FF8C; }
span { border-color: rgb(85,255,140); }
td.TdClassName
{
border-color: #55FF8C;
}
.TagClassName
{
border-color: #55FF8C;
}
</style>