Shades of Screamin' Green #71F770
Tints of Screamin' Green #71F770
RGB
CMYK
RGB Variations
Color information
#71F770 (or 0x71F770) is known color: Screamin' Green. HEX triplet: 71, F7 and 70. RGB value is (113,247,112). Sum of RGB (Red+Green+Blue) = 113+247+112=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #71F770 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F770 is #8E088F. Grayscale: #BFBFBF. Windows color (decimal): -9308304 or 7403377. OLE color: 7403377.
HSL color Cylindrical-coordinate representation of color #71F770: hue angle of 119.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71F770 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 247 | 112 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.03 |
| HSL | 119.56º | 0.89% | 0.7% | - |
| HSV(B) | 119.56º | 0.55% | 0.97% | - |
| XYZ | 43 | 71.2 | 26.81 | - |
| YUV | 191.54 | 83.11 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 247 | 112 | 0.54 | 0 | 0.55 | 0.03 | 119.56 | 0.89 | 0.7 |
| Hex | 71 | F7 | 70 | 36 | 0 | 37 | 3 | 78 | 59 | 46 |
| Octal | 161 | 367 | 160 | 66 | 0 | 67 | 3 | 170 | 131 | 106 |
| Binary | 1110001 | 11110111 | 1110000 | 110110 | 0 | 110111 | 11 | 1111000 | 1011001 | 1000110 |
Color Harmonies of #71F770
Complementary color
Monochromatic Colors of #71F770
Black with #71F770
Text Example
Text Example
White with #71F770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F770; }
p { color: rgb(113,247,112); }
H1.HeaderClassName
{
color: #71F770;
}
.AnyTagClassName
{
color: #71F770;
}
</style>
background-color css
<style>
a { background-color: #71F770; }
a { background-color: rgb(113,247,112); }
div.DivClassName
{
background-color: #71F770;
}
.BgClassName
{
background-color: #71F770;
}
</style>
border-color css
<style>
span { border-color: #71F770; }
span { border-color: rgb(113,247,112); }
td.TdClassName
{
border-color: #71F770;
}
.TagClassName
{
border-color: #71F770;
}
</style>