Shades of Screamin' Green #55F279
Tints of Screamin' Green #55F279
RGB
CMYK
RGB Variations
Color information
#55F279 (or 0x55F279) is known color: Screamin' Green. HEX triplet: 55, F2 and 79. RGB value is (85,242,121). Sum of RGB (Red+Green+Blue) = 85+242+121=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #55F279 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F279 is #AA0D86. Grayscale: #B5B5B5. Windows color (decimal): -11144583 or 7991893. OLE color: 7991893.
HSL color Cylindrical-coordinate representation of color #55F279: hue angle of 133.76º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F279 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 121 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.05 |
| HSL | 133.76º | 0.86% | 0.64% | - |
| HSV(B) | 133.76º | 0.65% | 0.95% | - |
| XYZ | 38.95 | 66.82 | 28.93 | - |
| YUV | 181.26 | 93.99 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 121 | 0.65 | 0 | 0.50 | 0.05 | 133.76 | 0.86 | 0.64 |
| Hex | 55 | F2 | 79 | 41 | 0 | 32 | 5 | 86 | 56 | 40 |
| Octal | 125 | 362 | 171 | 101 | 0 | 62 | 5 | 206 | 126 | 100 |
| Binary | 1010101 | 11110010 | 1111001 | 1000001 | 0 | 110010 | 101 | 10000110 | 1010110 | 1000000 |
Color Harmonies of #55F279
Complementary color
Monochromatic Colors of #55F279
Black with #55F279
Text Example
Text Example
White with #55F279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F279; }
p { color: rgb(85,242,121); }
H1.HeaderClassName
{
color: #55F279;
}
.AnyTagClassName
{
color: #55F279;
}
</style>
background-color css
<style>
a { background-color: #55F279; }
a { background-color: rgb(85,242,121); }
div.DivClassName
{
background-color: #55F279;
}
.BgClassName
{
background-color: #55F279;
}
</style>
border-color css
<style>
span { border-color: #55F279; }
span { border-color: rgb(85,242,121); }
td.TdClassName
{
border-color: #55F279;
}
.TagClassName
{
border-color: #55F279;
}
</style>