Shades of Screamin' Green #55F079
Tints of Screamin' Green #55F079
RGB
CMYK
RGB Variations
Color information
#55F079 (or 0x55F079) is known color: Screamin' Green. HEX triplet: 55, F0 and 79. RGB value is (85,240,121). Sum of RGB (Red+Green+Blue) = 85+240+121=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #55F079 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F079 is #AA0F86. Grayscale: #B4B4B4. Windows color (decimal): -11145095 or 7991381. OLE color: 7991381.
HSL color Cylindrical-coordinate representation of color #55F079: hue angle of 133.94º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F079 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 121 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.06 |
| HSL | 133.94º | 0.84% | 0.64% | - |
| HSV(B) | 133.94º | 0.65% | 0.94% | - |
| XYZ | 38.36 | 65.63 | 28.74 | - |
| YUV | 180.09 | 94.65 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 121 | 0.65 | 0 | 0.50 | 0.06 | 133.94 | 0.84 | 0.64 |
| Hex | 55 | F0 | 79 | 41 | 0 | 32 | 6 | 86 | 54 | 40 |
| Octal | 125 | 360 | 171 | 101 | 0 | 62 | 6 | 206 | 124 | 100 |
| Binary | 1010101 | 11110000 | 1111001 | 1000001 | 0 | 110010 | 110 | 10000110 | 1010100 | 1000000 |
Color Harmonies of #55F079
Complementary color
Monochromatic Colors of #55F079
Black with #55F079
Text Example
Text Example
White with #55F079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F079; }
p { color: rgb(85,240,121); }
H1.HeaderClassName
{
color: #55F079;
}
.AnyTagClassName
{
color: #55F079;
}
</style>
background-color css
<style>
a { background-color: #55F079; }
a { background-color: rgb(85,240,121); }
div.DivClassName
{
background-color: #55F079;
}
.BgClassName
{
background-color: #55F079;
}
</style>
border-color css
<style>
span { border-color: #55F079; }
span { border-color: rgb(85,240,121); }
td.TdClassName
{
border-color: #55F079;
}
.TagClassName
{
border-color: #55F079;
}
</style>