Shades of Screamin' Green #55F844
Tints of Screamin' Green #55F844
RGB
CMYK
RGB Variations
Color information
#55F844 (or 0x55F844) is known color: Screamin' Green. HEX triplet: 55, F8 and 44. RGB value is (85,248,68). Sum of RGB (Red+Green+Blue) = 85+248+68=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 248 (97.27% from 255 or 61.85% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 248 - color contains mainly: green. Hex color #55F844 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F844 is #AA07BB. Grayscale: #B3B3B3. Windows color (decimal): -11143100 or 4520021. OLE color: 4520021.
HSL color Cylindrical-coordinate representation of color #55F844: hue angle of 114.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55F844 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 68 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.03 |
| HSL | 114.33º | 0.93% | 0.62% | - |
| HSV(B) | 114.33º | 0.73% | 0.97% | - |
| XYZ | 38.36 | 69.48 | 16.86 | - |
| YUV | 178.74 | 65.5 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 68 | 0.66 | 0 | 0.73 | 0.03 | 114.33 | 0.93 | 0.62 |
| Hex | 55 | F8 | 44 | 42 | 0 | 49 | 3 | 72 | 5D | 3E |
| Octal | 125 | 370 | 104 | 102 | 0 | 111 | 3 | 162 | 135 | 76 |
| Binary | 1010101 | 11111000 | 1000100 | 1000010 | 0 | 1001001 | 11 | 1110010 | 1011101 | 111110 |
Color Harmonies of #55F844
Complementary color
Monochromatic Colors of #55F844
Black with #55F844
Text Example
Text Example
White with #55F844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F844; }
p { color: rgb(85,248,68); }
H1.HeaderClassName
{
color: #55F844;
}
.AnyTagClassName
{
color: #55F844;
}
</style>
background-color css
<style>
a { background-color: #55F844; }
a { background-color: rgb(85,248,68); }
div.DivClassName
{
background-color: #55F844;
}
.BgClassName
{
background-color: #55F844;
}
</style>
border-color css
<style>
span { border-color: #55F844; }
span { border-color: rgb(85,248,68); }
td.TdClassName
{
border-color: #55F844;
}
.TagClassName
{
border-color: #55F844;
}
</style>