Shades of Screamin' Green #71FA76
Tints of Screamin' Green #71FA76
RGB
CMYK
RGB Variations
Color information
#71FA76 (or 0x71FA76) is known color: Screamin' Green. HEX triplet: 71, FA and 76. RGB value is (113,250,118). Sum of RGB (Red+Green+Blue) = 113+250+118=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71FA76 is #8E0589. Grayscale: #C2C2C2. Windows color (decimal): -9307530 or 7797361. OLE color: 7797361.
HSL color Cylindrical-coordinate representation of color #71FA76: hue angle of 122.19º degrees, saturation: 0.93, 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 #71FA76 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 118 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.02 |
| HSL | 122.19º | 0.93% | 0.71% | - |
| HSV(B) | 122.19º | 0.55% | 0.98% | - |
| XYZ | 44.27 | 73.19 | 28.93 | - |
| YUV | 193.99 | 85.11 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 118 | 0.55 | 0 | 0.53 | 0.02 | 122.19 | 0.93 | 0.71 |
| Hex | 71 | FA | 76 | 37 | 0 | 35 | 2 | 7A | 5D | 47 |
| Octal | 161 | 372 | 166 | 67 | 0 | 65 | 2 | 172 | 135 | 107 |
| Binary | 1110001 | 11111010 | 1110110 | 110111 | 0 | 110101 | 10 | 1111010 | 1011101 | 1000111 |
Color Harmonies of #71FA76
Complementary color
Monochromatic Colors of #71FA76
Black with #71FA76
Text Example
Text Example
White with #71FA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FA76; }
p { color: rgb(113,250,118); }
H1.HeaderClassName
{
color: #71FA76;
}
.AnyTagClassName
{
color: #71FA76;
}
</style>
background-color css
<style>
a { background-color: #71FA76; }
a { background-color: rgb(113,250,118); }
div.DivClassName
{
background-color: #71FA76;
}
.BgClassName
{
background-color: #71FA76;
}
</style>
border-color css
<style>
span { border-color: #71FA76; }
span { border-color: rgb(113,250,118); }
td.TdClassName
{
border-color: #71FA76;
}
.TagClassName
{
border-color: #71FA76;
}
</style>