Shades of Screamin' Green #55FC5E
Tints of Screamin' Green #55FC5E
RGB
CMYK
RGB Variations
Color information
#55FC5E (or 0x55FC5E) is known color: Screamin' Green. HEX triplet: 55, FC and 5E. RGB value is (85,252,94). Sum of RGB (Red+Green+Blue) = 85+252+94=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 252 (98.83% from 255 or 58.47% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 252 - color contains mainly: green. Hex color #55FC5E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FC5E is #AA03A1. Grayscale: #B8B8B8. Windows color (decimal): -11142050 or 6224981. OLE color: 6224981.
HSL color Cylindrical-coordinate representation of color #55FC5E: hue angle of 123.23º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FC5E is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 252 | 94 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.01 |
| HSL | 123.23º | 0.97% | 0.66% | - |
| HSV(B) | 123.23º | 0.66% | 0.99% | - |
| XYZ | 40.58 | 72.36 | 22.42 | - |
| YUV | 184.06 | 77.17 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 252 | 94 | 0.66 | 0 | 0.63 | 0.01 | 123.23 | 0.97 | 0.66 |
| Hex | 55 | FC | 5E | 42 | 0 | 3F | 1 | 7B | 61 | 42 |
| Octal | 125 | 374 | 136 | 102 | 0 | 77 | 1 | 173 | 141 | 102 |
| Binary | 1010101 | 11111100 | 1011110 | 1000010 | 0 | 111111 | 1 | 1111011 | 1100001 | 1000010 |
Color Harmonies of #55FC5E
Complementary color
Monochromatic Colors of #55FC5E
Black with #55FC5E
Text Example
Text Example
White with #55FC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FC5E; }
p { color: rgb(85,252,94); }
H1.HeaderClassName
{
color: #55FC5E;
}
.AnyTagClassName
{
color: #55FC5E;
}
</style>
background-color css
<style>
a { background-color: #55FC5E; }
a { background-color: rgb(85,252,94); }
div.DivClassName
{
background-color: #55FC5E;
}
.BgClassName
{
background-color: #55FC5E;
}
</style>
border-color css
<style>
span { border-color: #55FC5E; }
span { border-color: rgb(85,252,94); }
td.TdClassName
{
border-color: #55FC5E;
}
.TagClassName
{
border-color: #55FC5E;
}
</style>