Shades of Screamin' Green #55FF48
Tints of Screamin' Green #55FF48
RGB
CMYK
RGB Variations
Color information
#55FF48 (or 0x55FF48) is known color: Screamin' Green. HEX triplet: 55, FF and 48. RGB value is (85,255,72). Sum of RGB (Red+Green+Blue) = 85+255+72=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 255 (100% from 255 or 61.89% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FF48 is #AA00B7. Grayscale: #B7B7B7. Windows color (decimal): -11141304 or 4783957. OLE color: 4783957.
HSL color Cylindrical-coordinate representation of color #55FF48: hue angle of 115.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55FF48 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 72 | - |
| CMYK | 0.67 | 0 | 0.72 | 0 |
| HSL | 115.74º | 1% | 0.64% | - |
| HSV(B) | 115.74º | 0.72% | 1% | - |
| XYZ | 40.68 | 73.92 | 18.25 | - |
| YUV | 183.31 | 65.18 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 72 | 0.67 | 0 | 0.72 | 0 | 115.74 | 1 | 0.64 |
| Hex | 55 | FF | 48 | 43 | 0 | 48 | 0 | 74 | 64 | 40 |
| Octal | 125 | 377 | 110 | 103 | 0 | 110 | 0 | 164 | 144 | 100 |
| Binary | 1010101 | 11111111 | 1001000 | 1000011 | 0 | 1001000 | 0 | 1110100 | 1100100 | 1000000 |
Color Harmonies of #55FF48
Complementary color
Monochromatic Colors of #55FF48
Black with #55FF48
Text Example
Text Example
White with #55FF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF48; }
p { color: rgb(85,255,72); }
H1.HeaderClassName
{
color: #55FF48;
}
.AnyTagClassName
{
color: #55FF48;
}
</style>
background-color css
<style>
a { background-color: #55FF48; }
a { background-color: rgb(85,255,72); }
div.DivClassName
{
background-color: #55FF48;
}
.BgClassName
{
background-color: #55FF48;
}
</style>
border-color css
<style>
span { border-color: #55FF48; }
span { border-color: rgb(85,255,72); }
td.TdClassName
{
border-color: #55FF48;
}
.TagClassName
{
border-color: #55FF48;
}
</style>