Shades of Screamin' Green #71F970
Tints of Screamin' Green #71F970
RGB
CMYK
RGB Variations
Color information
#71F970 (or 0x71F970) is known color: Screamin' Green. HEX triplet: 71, F9 and 70. RGB value is (113,249,112). Sum of RGB (Red+Green+Blue) = 113+249+112=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #71F970 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F970 is #8E068F. Grayscale: #C1C1C1. Windows color (decimal): -9307792 or 7403889. OLE color: 7403889.
HSL color Cylindrical-coordinate representation of color #71F970: hue angle of 119.56º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71F970 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 249 | 112 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.02 |
| HSL | 119.56º | 0.92% | 0.71% | - |
| HSV(B) | 119.56º | 0.55% | 0.98% | - |
| XYZ | 43.61 | 72.43 | 27.01 | - |
| YUV | 192.72 | 82.44 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 249 | 112 | 0.55 | 0 | 0.55 | 0.02 | 119.56 | 0.92 | 0.71 |
| Hex | 71 | F9 | 70 | 37 | 0 | 37 | 2 | 78 | 5C | 47 |
| Octal | 161 | 371 | 160 | 67 | 0 | 67 | 2 | 170 | 134 | 107 |
| Binary | 1110001 | 11111001 | 1110000 | 110111 | 0 | 110111 | 10 | 1111000 | 1011100 | 1000111 |
Color Harmonies of #71F970
Complementary color
Monochromatic Colors of #71F970
Black with #71F970
Text Example
Text Example
White with #71F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F970; }
p { color: rgb(113,249,112); }
H1.HeaderClassName
{
color: #71F970;
}
.AnyTagClassName
{
color: #71F970;
}
</style>
background-color css
<style>
a { background-color: #71F970; }
a { background-color: rgb(113,249,112); }
div.DivClassName
{
background-color: #71F970;
}
.BgClassName
{
background-color: #71F970;
}
</style>
border-color css
<style>
span { border-color: #71F970; }
span { border-color: rgb(113,249,112); }
td.TdClassName
{
border-color: #71F970;
}
.TagClassName
{
border-color: #71F970;
}
</style>