Shades of Screamin' Green #71FA80
Tints of Screamin' Green #71FA80
RGB
CMYK
RGB Variations
Color information
#71FA80 (or 0x71FA80) is known color: Screamin' Green. HEX triplet: 71, FA and 80. RGB value is (113,250,128). Sum of RGB (Red+Green+Blue) = 113+250+128=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FA80 is #8E057F. Grayscale: #C3C3C3. Windows color (decimal): -9307520 or 8452721. OLE color: 8452721.
HSL color Cylindrical-coordinate representation of color #71FA80: hue angle of 126.57º 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 #71FA80 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 128 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.02 |
| HSL | 126.57º | 0.93% | 0.71% | - |
| HSV(B) | 126.57º | 0.55% | 0.98% | - |
| XYZ | 44.89 | 73.44 | 32.23 | - |
| YUV | 195.13 | 90.11 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 128 | 0.55 | 0 | 0.49 | 0.02 | 126.57 | 0.93 | 0.71 |
| Hex | 71 | FA | 80 | 37 | 0 | 31 | 2 | 7F | 5D | 47 |
| Octal | 161 | 372 | 200 | 67 | 0 | 61 | 2 | 177 | 135 | 107 |
| Binary | 1110001 | 11111010 | 10000000 | 110111 | 0 | 110001 | 10 | 1111111 | 1011101 | 1000111 |
Color Harmonies of #71FA80
Complementary color
Monochromatic Colors of #71FA80
Black with #71FA80
Text Example
Text Example
White with #71FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FA80; }
p { color: rgb(113,250,128); }
H1.HeaderClassName
{
color: #71FA80;
}
.AnyTagClassName
{
color: #71FA80;
}
</style>
background-color css
<style>
a { background-color: #71FA80; }
a { background-color: rgb(113,250,128); }
div.DivClassName
{
background-color: #71FA80;
}
.BgClassName
{
background-color: #71FA80;
}
</style>
border-color css
<style>
span { border-color: #71FA80; }
span { border-color: rgb(113,250,128); }
td.TdClassName
{
border-color: #71FA80;
}
.TagClassName
{
border-color: #71FA80;
}
</style>