Shades of Screamin' Green #55FF3F
Tints of Screamin' Green #55FF3F
RGB
CMYK
RGB Variations
Color information
#55FF3F (or 0x55FF3F) is known color: Screamin' Green. HEX triplet: 55, FF and 3F. RGB value is (85,255,63). Sum of RGB (Red+Green+Blue) = 85+255+63=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 255 (100% from 255 or 63.28% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF3F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FF3F is #AA00C0. Grayscale: #B6B6B6. Windows color (decimal): -11141313 or 4194133. OLE color: 4194133.
HSL color Cylindrical-coordinate representation of color #55FF3F: hue angle of 113.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55FF3F is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 63 | - |
| CMYK | 0.67 | 0 | 0.75 | 0 |
| HSL | 113.13º | 1% | 0.62% | - |
| HSV(B) | 113.13º | 0.75% | 1% | - |
| XYZ | 40.4 | 73.81 | 16.82 | - |
| YUV | 182.28 | 60.68 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 63 | 0.67 | 0 | 0.75 | 0 | 113.13 | 1 | 0.62 |
| Hex | 55 | FF | 3F | 43 | 0 | 4B | 0 | 71 | 64 | 3E |
| Octal | 125 | 377 | 77 | 103 | 0 | 113 | 0 | 161 | 144 | 76 |
| Binary | 1010101 | 11111111 | 111111 | 1000011 | 0 | 1001011 | 0 | 1110001 | 1100100 | 111110 |
Color Harmonies of #55FF3F
Complementary color
Monochromatic Colors of #55FF3F
Black with #55FF3F
Text Example
Text Example
White with #55FF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF3F; }
p { color: rgb(85,255,63); }
H1.HeaderClassName
{
color: #55FF3F;
}
.AnyTagClassName
{
color: #55FF3F;
}
</style>
background-color css
<style>
a { background-color: #55FF3F; }
a { background-color: rgb(85,255,63); }
div.DivClassName
{
background-color: #55FF3F;
}
.BgClassName
{
background-color: #55FF3F;
}
</style>
border-color css
<style>
span { border-color: #55FF3F; }
span { border-color: rgb(85,255,63); }
td.TdClassName
{
border-color: #55FF3F;
}
.TagClassName
{
border-color: #55FF3F;
}
</style>