Shades of Screamin' Green #55F756
Tints of Screamin' Green #55F756
RGB
CMYK
RGB Variations
Color information
#55F756 (or 0x55F756) is known color: Screamin' Green. HEX triplet: 55, F7 and 56. RGB value is (85,247,86). Sum of RGB (Red+Green+Blue) = 85+247+86=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 247 (96.88% from 255 or 59.09% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 247 - color contains mainly: green. Hex color #55F756 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F756 is #AA08A9. Grayscale: #B4B4B4. Windows color (decimal): -11143338 or 5699413. OLE color: 5699413.
HSL color Cylindrical-coordinate representation of color #55F756: hue angle of 120.37º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F756 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 86 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.03 |
| HSL | 120.37º | 0.91% | 0.65% | - |
| HSV(B) | 120.37º | 0.66% | 0.97% | - |
| XYZ | 38.69 | 69.12 | 20.11 | - |
| YUV | 180.21 | 74.83 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 86 | 0.66 | 0 | 0.65 | 0.03 | 120.37 | 0.91 | 0.65 |
| Hex | 55 | F7 | 56 | 42 | 0 | 41 | 3 | 78 | 5B | 41 |
| Octal | 125 | 367 | 126 | 102 | 0 | 101 | 3 | 170 | 133 | 101 |
| Binary | 1010101 | 11110111 | 1010110 | 1000010 | 0 | 1000001 | 11 | 1111000 | 1011011 | 1000001 |
Color Harmonies of #55F756
Complementary color
Monochromatic Colors of #55F756
Black with #55F756
Text Example
Text Example
White with #55F756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F756; }
p { color: rgb(85,247,86); }
H1.HeaderClassName
{
color: #55F756;
}
.AnyTagClassName
{
color: #55F756;
}
</style>
background-color css
<style>
a { background-color: #55F756; }
a { background-color: rgb(85,247,86); }
div.DivClassName
{
background-color: #55F756;
}
.BgClassName
{
background-color: #55F756;
}
</style>
border-color css
<style>
span { border-color: #55F756; }
span { border-color: rgb(85,247,86); }
td.TdClassName
{
border-color: #55F756;
}
.TagClassName
{
border-color: #55F756;
}
</style>