Shades of Screamin' Green #55FF37
Tints of Screamin' Green #55FF37
RGB
CMYK
RGB Variations
Color information
#55FF37 (or 0x55FF37) is known color: Screamin' Green. HEX triplet: 55, FF and 37. RGB value is (85,255,55). Sum of RGB (Red+Green+Blue) = 85+255+55=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 255 (100% from 255 or 64.56% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FF37 is #AA00C8. Grayscale: #B6B6B6. Windows color (decimal): -11141321 or 3669845. OLE color: 3669845.
HSL color Cylindrical-coordinate representation of color #55FF37: hue angle of 111º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55FF37 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 55 | - |
| CMYK | 0.67 | 0 | 0.78 | 0 |
| HSL | 111º | 1% | 0.61% | - |
| HSV(B) | 111º | 0.78% | 1% | - |
| XYZ | 40.2 | 73.73 | 15.73 | - |
| YUV | 181.37 | 56.68 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 55 | 0.67 | 0 | 0.78 | 0 | 111 | 1 | 0.61 |
| Hex | 55 | FF | 37 | 43 | 0 | 4E | 0 | 6F | 64 | 3D |
| Octal | 125 | 377 | 67 | 103 | 0 | 116 | 0 | 157 | 144 | 75 |
| Binary | 1010101 | 11111111 | 110111 | 1000011 | 0 | 1001110 | 0 | 1101111 | 1100100 | 111101 |
Color Harmonies of #55FF37
Complementary color
Monochromatic Colors of #55FF37
Black with #55FF37
Text Example
Text Example
White with #55FF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF37; }
p { color: rgb(85,255,55); }
H1.HeaderClassName
{
color: #55FF37;
}
.AnyTagClassName
{
color: #55FF37;
}
</style>
background-color css
<style>
a { background-color: #55FF37; }
a { background-color: rgb(85,255,55); }
div.DivClassName
{
background-color: #55FF37;
}
.BgClassName
{
background-color: #55FF37;
}
</style>
border-color css
<style>
span { border-color: #55FF37; }
span { border-color: rgb(85,255,55); }
td.TdClassName
{
border-color: #55FF37;
}
.TagClassName
{
border-color: #55FF37;
}
</style>