Shades of Screamin' Green #55FF84
Tints of Screamin' Green #55FF84
RGB
CMYK
RGB Variations
Color information
#55FF84 (or 0x55FF84) is known color: Screamin' Green. HEX triplet: 55, FF and 84. RGB value is (85,255,132). Sum of RGB (Red+Green+Blue) = 85+255+132=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FF84 is #AA007B. Grayscale: #BEBEBE. Windows color (decimal): -11141244 or 8716117. OLE color: 8716117.
HSL color Cylindrical-coordinate representation of color #55FF84: hue angle of 136.59º 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 #55FF84 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 132 | - |
| CMYK | 0.67 | 0 | 0.48 | 0 |
| HSL | 136.59º | 1% | 0.67% | - |
| HSV(B) | 136.59º | 0.67% | 1% | - |
| XYZ | 43.67 | 75.12 | 34.03 | - |
| YUV | 190.15 | 95.18 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 132 | 0.67 | 0 | 0.48 | 0 | 136.59 | 1 | 0.67 |
| Hex | 55 | FF | 84 | 43 | 0 | 30 | 0 | 89 | 64 | 43 |
| Octal | 125 | 377 | 204 | 103 | 0 | 60 | 0 | 211 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10000100 | 1000011 | 0 | 110000 | 0 | 10001001 | 1100100 | 1000011 |
Color Harmonies of #55FF84
Complementary color
Monochromatic Colors of #55FF84
Black with #55FF84
Text Example
Text Example
White with #55FF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF84; }
p { color: rgb(85,255,132); }
H1.HeaderClassName
{
color: #55FF84;
}
.AnyTagClassName
{
color: #55FF84;
}
</style>
background-color css
<style>
a { background-color: #55FF84; }
a { background-color: rgb(85,255,132); }
div.DivClassName
{
background-color: #55FF84;
}
.BgClassName
{
background-color: #55FF84;
}
</style>
border-color css
<style>
span { border-color: #55FF84; }
span { border-color: rgb(85,255,132); }
td.TdClassName
{
border-color: #55FF84;
}
.TagClassName
{
border-color: #55FF84;
}
</style>