Shades of Screamin' Green #71FA70
Tints of Screamin' Green #71FA70
RGB
CMYK
RGB Variations
Color information
#71FA70 (or 0x71FA70) is known color: Screamin' Green. HEX triplet: 71, FA and 70. RGB value is (113,250,112). Sum of RGB (Red+Green+Blue) = 113+250+112=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71FA70 is #8E058F. Grayscale: #C1C1C1. Windows color (decimal): -9307536 or 7404145. OLE color: 7404145.
HSL color Cylindrical-coordinate representation of color #71FA70: hue angle of 119.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 #71FA70 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 112 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.02 |
| HSL | 119.57º | 0.93% | 0.71% | - |
| HSV(B) | 119.57º | 0.55% | 0.98% | - |
| XYZ | 43.92 | 73.05 | 27.11 | - |
| YUV | 193.31 | 82.11 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 112 | 0.55 | 0 | 0.55 | 0.02 | 119.57 | 0.93 | 0.71 |
| Hex | 71 | FA | 70 | 37 | 0 | 37 | 2 | 78 | 5D | 47 |
| Octal | 161 | 372 | 160 | 67 | 0 | 67 | 2 | 170 | 135 | 107 |
| Binary | 1110001 | 11111010 | 1110000 | 110111 | 0 | 110111 | 10 | 1111000 | 1011101 | 1000111 |
Color Harmonies of #71FA70
Complementary color
Monochromatic Colors of #71FA70
Black with #71FA70
Text Example
Text Example
White with #71FA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FA70; }
p { color: rgb(113,250,112); }
H1.HeaderClassName
{
color: #71FA70;
}
.AnyTagClassName
{
color: #71FA70;
}
</style>
background-color css
<style>
a { background-color: #71FA70; }
a { background-color: rgb(113,250,112); }
div.DivClassName
{
background-color: #71FA70;
}
.BgClassName
{
background-color: #71FA70;
}
</style>
border-color css
<style>
span { border-color: #71FA70; }
span { border-color: rgb(113,250,112); }
td.TdClassName
{
border-color: #71FA70;
}
.TagClassName
{
border-color: #71FA70;
}
</style>