Shades of Screamin' Green #56F160
Tints of Screamin' Green #56F160
RGB
CMYK
RGB Variations
Color information
#56F160 (or 0x56F160) is known color: Screamin' Green. HEX triplet: 56, F1 and 60. RGB value is (86,241,96). Sum of RGB (Red+Green+Blue) = 86+241+96=423 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.33% from 423); Green value is 241 (94.53% from 255 or 56.97% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 241 - color contains mainly: green. Hex color #56F160 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #56F160 is #A90E9F. Grayscale: #B2B2B2. Windows color (decimal): -11079328 or 6353238. OLE color: 6353238.
HSL color Cylindrical-coordinate representation of color #56F160: hue angle of 123.87º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F160 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 241 | 96 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.05 |
| HSL | 123.87º | 0.85% | 0.64% | - |
| HSV(B) | 123.87º | 0.64% | 0.95% | - |
| XYZ | 37.4 | 65.73 | 21.78 | - |
| YUV | 178.13 | 81.65 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 241 | 96 | 0.64 | 0 | 0.60 | 0.05 | 123.87 | 0.85 | 0.64 |
| Hex | 56 | F1 | 60 | 40 | 0 | 3C | 5 | 7C | 55 | 40 |
| Octal | 126 | 361 | 140 | 100 | 0 | 74 | 5 | 174 | 125 | 100 |
| Binary | 1010110 | 11110001 | 1100000 | 1000000 | 0 | 111100 | 101 | 1111100 | 1010101 | 1000000 |
Color Harmonies of #56F160
Complementary color
Monochromatic Colors of #56F160
Black with #56F160
Text Example
Text Example
White with #56F160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F160; }
p { color: rgb(86,241,96); }
H1.HeaderClassName
{
color: #56F160;
}
.AnyTagClassName
{
color: #56F160;
}
</style>
background-color css
<style>
a { background-color: #56F160; }
a { background-color: rgb(86,241,96); }
div.DivClassName
{
background-color: #56F160;
}
.BgClassName
{
background-color: #56F160;
}
</style>
border-color css
<style>
span { border-color: #56F160; }
span { border-color: rgb(86,241,96); }
td.TdClassName
{
border-color: #56F160;
}
.TagClassName
{
border-color: #56F160;
}
</style>