Shades of Screamin' Green #55F648
Tints of Screamin' Green #55F648
RGB
CMYK
RGB Variations
Color information
#55F648 (or 0x55F648) is known color: Screamin' Green. HEX triplet: 55, F6 and 48. RGB value is (85,246,72). Sum of RGB (Red+Green+Blue) = 85+246+72=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 246 (96.48% from 255 or 61.04% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 246 - color contains mainly: green. Hex color #55F648 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F648 is #AA09B7. Grayscale: #B2B2B2. Windows color (decimal): -11143608 or 4781653. OLE color: 4781653.
HSL color Cylindrical-coordinate representation of color #55F648: hue angle of 115.52º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55F648 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 246 | 72 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.04 |
| HSL | 115.52º | 0.91% | 0.62% | - |
| HSV(B) | 115.52º | 0.71% | 0.96% | - |
| XYZ | 37.87 | 68.31 | 17.32 | - |
| YUV | 178.03 | 68.16 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 246 | 72 | 0.65 | 0 | 0.71 | 0.04 | 115.52 | 0.91 | 0.62 |
| Hex | 55 | F6 | 48 | 41 | 0 | 47 | 4 | 74 | 5B | 3E |
| Octal | 125 | 366 | 110 | 101 | 0 | 107 | 4 | 164 | 133 | 76 |
| Binary | 1010101 | 11110110 | 1001000 | 1000001 | 0 | 1000111 | 100 | 1110100 | 1011011 | 111110 |
Color Harmonies of #55F648
Complementary color
Monochromatic Colors of #55F648
Black with #55F648
Text Example
Text Example
White with #55F648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F648; }
p { color: rgb(85,246,72); }
H1.HeaderClassName
{
color: #55F648;
}
.AnyTagClassName
{
color: #55F648;
}
</style>
background-color css
<style>
a { background-color: #55F648; }
a { background-color: rgb(85,246,72); }
div.DivClassName
{
background-color: #55F648;
}
.BgClassName
{
background-color: #55F648;
}
</style>
border-color css
<style>
span { border-color: #55F648; }
span { border-color: rgb(85,246,72); }
td.TdClassName
{
border-color: #55F648;
}
.TagClassName
{
border-color: #55F648;
}
</style>