Shades of Screamin' Green #55FE50
Tints of Screamin' Green #55FE50
RGB
CMYK
RGB Variations
Color information
#55FE50 (or 0x55FE50) is known color: Screamin' Green. HEX triplet: 55, FE and 50. RGB value is (85,254,80). Sum of RGB (Red+Green+Blue) = 85+254+80=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 254 (99.61% from 255 or 60.62% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FE50 is #AA01AF. Grayscale: #B8B8B8. Windows color (decimal): -11141552 or 5307989. OLE color: 5307989.
HSL color Cylindrical-coordinate representation of color #55FE50: hue angle of 118.28º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55FE50 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 80 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.00 |
| HSL | 118.28º | 0.99% | 0.65% | - |
| HSV(B) | 118.28º | 0.69% | 1% | - |
| XYZ | 40.64 | 73.39 | 19.61 | - |
| YUV | 183.63 | 69.51 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 80 | 0.67 | 0 | 0.69 | 0.00 | 118.28 | 0.99 | 0.65 |
| Hex | 55 | FE | 50 | 43 | 0 | 45 | 0 | 76 | 63 | 41 |
| Octal | 125 | 376 | 120 | 103 | 0 | 105 | 0 | 166 | 143 | 101 |
| Binary | 1010101 | 11111110 | 1010000 | 1000011 | 0 | 1000101 | 0 | 1110110 | 1100011 | 1000001 |
Color Harmonies of #55FE50
Complementary color
Monochromatic Colors of #55FE50
Black with #55FE50
Text Example
Text Example
White with #55FE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FE50; }
p { color: rgb(85,254,80); }
H1.HeaderClassName
{
color: #55FE50;
}
.AnyTagClassName
{
color: #55FE50;
}
</style>
background-color css
<style>
a { background-color: #55FE50; }
a { background-color: rgb(85,254,80); }
div.DivClassName
{
background-color: #55FE50;
}
.BgClassName
{
background-color: #55FE50;
}
</style>
border-color css
<style>
span { border-color: #55FE50; }
span { border-color: rgb(85,254,80); }
td.TdClassName
{
border-color: #55FE50;
}
.TagClassName
{
border-color: #55FE50;
}
</style>