Shades of Screamin' Green #71F550
Tints of Screamin' Green #71F550
RGB
CMYK
RGB Variations
Color information
#71F550 (or 0x71F550) is known color: Screamin' Green. HEX triplet: 71, F5 and 50. RGB value is (113,245,80). Sum of RGB (Red+Green+Blue) = 113+245+80=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 245 (96.09% from 255 or 55.94% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 245 - color contains mainly: green. Hex color #71F550 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F550 is #8E0AAF. Grayscale: #BBBBBB. Windows color (decimal): -9308848 or 5305713. OLE color: 5305713.
HSL color Cylindrical-coordinate representation of color #71F550: hue angle of 108º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71F550 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 245 | 80 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.04 |
| HSL | 108º | 0.89% | 0.64% | - |
| HSV(B) | 108º | 0.67% | 0.96% | - |
| XYZ | 40.91 | 69.39 | 18.83 | - |
| YUV | 186.72 | 67.77 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 245 | 80 | 0.54 | 0 | 0.67 | 0.04 | 108 | 0.89 | 0.64 |
| Hex | 71 | F5 | 50 | 36 | 0 | 43 | 4 | 6C | 59 | 40 |
| Octal | 161 | 365 | 120 | 66 | 0 | 103 | 4 | 154 | 131 | 100 |
| Binary | 1110001 | 11110101 | 1010000 | 110110 | 0 | 1000011 | 100 | 1101100 | 1011001 | 1000000 |
Color Harmonies of #71F550
Complementary color
Monochromatic Colors of #71F550
Black with #71F550
Text Example
Text Example
White with #71F550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F550; }
p { color: rgb(113,245,80); }
H1.HeaderClassName
{
color: #71F550;
}
.AnyTagClassName
{
color: #71F550;
}
</style>
background-color css
<style>
a { background-color: #71F550; }
a { background-color: rgb(113,245,80); }
div.DivClassName
{
background-color: #71F550;
}
.BgClassName
{
background-color: #71F550;
}
</style>
border-color css
<style>
span { border-color: #71F550; }
span { border-color: rgb(113,245,80); }
td.TdClassName
{
border-color: #71F550;
}
.TagClassName
{
border-color: #71F550;
}
</style>