Shades of Screamin' Green #55FE47
Tints of Screamin' Green #55FE47
RGB
CMYK
RGB Variations
Color information
#55FE47 (or 0x55FE47) is known color: Screamin' Green. HEX triplet: 55, FE and 47. RGB value is (85,254,71). Sum of RGB (Red+Green+Blue) = 85+254+71=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 254 (99.61% from 255 or 61.95% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE47 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FE47 is #AA01B8. Grayscale: #B7B7B7. Windows color (decimal): -11141561 or 4718165. OLE color: 4718165.
HSL color Cylindrical-coordinate representation of color #55FE47: hue angle of 115.41º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55FE47 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 71 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.00 |
| HSL | 115.41º | 0.99% | 0.64% | - |
| HSV(B) | 115.41º | 0.72% | 1% | - |
| XYZ | 40.33 | 73.27 | 17.98 | - |
| YUV | 182.61 | 65.01 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 71 | 0.67 | 0 | 0.72 | 0.00 | 115.41 | 0.99 | 0.64 |
| Hex | 55 | FE | 47 | 43 | 0 | 48 | 0 | 73 | 63 | 40 |
| Octal | 125 | 376 | 107 | 103 | 0 | 110 | 0 | 163 | 143 | 100 |
| Binary | 1010101 | 11111110 | 1000111 | 1000011 | 0 | 1001000 | 0 | 1110011 | 1100011 | 1000000 |
Color Harmonies of #55FE47
Complementary color
Monochromatic Colors of #55FE47
Black with #55FE47
Text Example
Text Example
White with #55FE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FE47; }
p { color: rgb(85,254,71); }
H1.HeaderClassName
{
color: #55FE47;
}
.AnyTagClassName
{
color: #55FE47;
}
</style>
background-color css
<style>
a { background-color: #55FE47; }
a { background-color: rgb(85,254,71); }
div.DivClassName
{
background-color: #55FE47;
}
.BgClassName
{
background-color: #55FE47;
}
</style>
border-color css
<style>
span { border-color: #55FE47; }
span { border-color: rgb(85,254,71); }
td.TdClassName
{
border-color: #55FE47;
}
.TagClassName
{
border-color: #55FE47;
}
</style>