Shades of Screamin' Green #71FF80
Tints of Screamin' Green #71FF80
RGB
CMYK
RGB Variations
Color information
#71FF80 (or 0x71FF80) is known color: Screamin' Green. HEX triplet: 71, FF and 80. RGB value is (113,255,128). Sum of RGB (Red+Green+Blue) = 113+255+128=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #71FF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FF80 is #8E007F. Grayscale: #C6C6C6. Windows color (decimal): -9306240 or 8454001. OLE color: 8454001.
HSL color Cylindrical-coordinate representation of color #71FF80: hue angle of 126.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FF80 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 128 | - |
| CMYK | 0.56 | 0 | 0.50 | 0 |
| HSL | 126.34º | 1% | 0.72% | - |
| HSV(B) | 126.34º | 0.56% | 1% | - |
| XYZ | 46.47 | 76.59 | 32.76 | - |
| YUV | 198.06 | 88.46 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 128 | 0.56 | 0 | 0.50 | 0 | 126.34 | 1 | 0.72 |
| Hex | 71 | FF | 80 | 38 | 0 | 32 | 0 | 7E | 64 | 48 |
| Octal | 161 | 377 | 200 | 70 | 0 | 62 | 0 | 176 | 144 | 110 |
| Binary | 1110001 | 11111111 | 10000000 | 111000 | 0 | 110010 | 0 | 1111110 | 1100100 | 1001000 |
Color Harmonies of #71FF80
Complementary color
Monochromatic Colors of #71FF80
Black with #71FF80
Text Example
Text Example
White with #71FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FF80; }
p { color: rgb(113,255,128); }
H1.HeaderClassName
{
color: #71FF80;
}
.AnyTagClassName
{
color: #71FF80;
}
</style>
background-color css
<style>
a { background-color: #71FF80; }
a { background-color: rgb(113,255,128); }
div.DivClassName
{
background-color: #71FF80;
}
.BgClassName
{
background-color: #71FF80;
}
</style>
border-color css
<style>
span { border-color: #71FF80; }
span { border-color: rgb(113,255,128); }
td.TdClassName
{
border-color: #71FF80;
}
.TagClassName
{
border-color: #71FF80;
}
</style>