Shades of Screamin' Green #55FF47
Tints of Screamin' Green #55FF47
RGB
CMYK
RGB Variations
Color information
#55FF47 (or 0x55FF47) is known color: Screamin' Green. HEX triplet: 55, FF and 47. RGB value is (85,255,71). Sum of RGB (Red+Green+Blue) = 85+255+71=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 255 (100% from 255 or 62.04% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF47 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FF47 is #AA00B8. Grayscale: #B7B7B7. Windows color (decimal): -11141305 or 4718421. OLE color: 4718421.
HSL color Cylindrical-coordinate representation of color #55FF47: hue angle of 115.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55FF47 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 71 | - |
| CMYK | 0.67 | 0 | 0.72 | 0 |
| HSL | 115.43º | 1% | 0.64% | - |
| HSV(B) | 115.43º | 0.72% | 1% | - |
| XYZ | 40.64 | 73.91 | 18.08 | - |
| YUV | 183.19 | 64.68 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 71 | 0.67 | 0 | 0.72 | 0 | 115.43 | 1 | 0.64 |
| Hex | 55 | FF | 47 | 43 | 0 | 48 | 0 | 73 | 64 | 40 |
| Octal | 125 | 377 | 107 | 103 | 0 | 110 | 0 | 163 | 144 | 100 |
| Binary | 1010101 | 11111111 | 1000111 | 1000011 | 0 | 1001000 | 0 | 1110011 | 1100100 | 1000000 |
Color Harmonies of #55FF47
Complementary color
Monochromatic Colors of #55FF47
Black with #55FF47
Text Example
Text Example
White with #55FF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF47; }
p { color: rgb(85,255,71); }
H1.HeaderClassName
{
color: #55FF47;
}
.AnyTagClassName
{
color: #55FF47;
}
</style>
background-color css
<style>
a { background-color: #55FF47; }
a { background-color: rgb(85,255,71); }
div.DivClassName
{
background-color: #55FF47;
}
.BgClassName
{
background-color: #55FF47;
}
</style>
border-color css
<style>
span { border-color: #55FF47; }
span { border-color: rgb(85,255,71); }
td.TdClassName
{
border-color: #55FF47;
}
.TagClassName
{
border-color: #55FF47;
}
</style>