Shades of Screamin' Green #55F256
Tints of Screamin' Green #55F256
RGB
CMYK
RGB Variations
Color information
#55F256 (or 0x55F256) is known color: Screamin' Green. HEX triplet: 55, F2 and 56. RGB value is (85,242,86). Sum of RGB (Red+Green+Blue) = 85+242+86=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 242 (94.92% from 255 or 58.60% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 242 - color contains mainly: green. Hex color #55F256 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F256 is #AA0DA9. Grayscale: #B1B1B1. Windows color (decimal): -11144618 or 5698133. OLE color: 5698133.
HSL color Cylindrical-coordinate representation of color #55F256: hue angle of 120.38º 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 #55F256 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 86 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.05 |
| HSL | 120.38º | 0.86% | 0.64% | - |
| HSV(B) | 120.38º | 0.65% | 0.95% | - |
| XYZ | 37.18 | 66.11 | 19.6 | - |
| YUV | 177.27 | 76.49 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 86 | 0.65 | 0 | 0.64 | 0.05 | 120.38 | 0.86 | 0.64 |
| Hex | 55 | F2 | 56 | 41 | 0 | 40 | 5 | 78 | 56 | 40 |
| Octal | 125 | 362 | 126 | 101 | 0 | 100 | 5 | 170 | 126 | 100 |
| Binary | 1010101 | 11110010 | 1010110 | 1000001 | 0 | 1000000 | 101 | 1111000 | 1010110 | 1000000 |
Color Harmonies of #55F256
Complementary color
Monochromatic Colors of #55F256
Black with #55F256
Text Example
Text Example
White with #55F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F256; }
p { color: rgb(85,242,86); }
H1.HeaderClassName
{
color: #55F256;
}
.AnyTagClassName
{
color: #55F256;
}
</style>
background-color css
<style>
a { background-color: #55F256; }
a { background-color: rgb(85,242,86); }
div.DivClassName
{
background-color: #55F256;
}
.BgClassName
{
background-color: #55F256;
}
</style>
border-color css
<style>
span { border-color: #55F256; }
span { border-color: rgb(85,242,86); }
td.TdClassName
{
border-color: #55F256;
}
.TagClassName
{
border-color: #55F256;
}
</style>