Shades of Screamin' Green #71FE47
Tints of Screamin' Green #71FE47
RGB
CMYK
RGB Variations
Color information
#71FE47 (or 0x71FE47) is known color: Screamin' Green. HEX triplet: 71, FE and 47. RGB value is (113,254,71). Sum of RGB (Red+Green+Blue) = 113+254+71=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 254 (99.61% from 255 or 57.99% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE47 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FE47 is #8E01B8. Grayscale: #BFBFBF. Windows color (decimal): -9306553 or 4718193. OLE color: 4718193.
HSL color Cylindrical-coordinate representation of color #71FE47: hue angle of 106.23º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71FE47 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 71 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.00 |
| HSL | 106.23º | 0.99% | 0.64% | - |
| HSV(B) | 106.23º | 0.72% | 1% | - |
| XYZ | 43.39 | 74.85 | 18.12 | - |
| YUV | 190.98 | 60.29 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 71 | 0.56 | 0 | 0.72 | 0.00 | 106.23 | 0.99 | 0.64 |
| Hex | 71 | FE | 47 | 38 | 0 | 48 | 0 | 6A | 63 | 40 |
| Octal | 161 | 376 | 107 | 70 | 0 | 110 | 0 | 152 | 143 | 100 |
| Binary | 1110001 | 11111110 | 1000111 | 111000 | 0 | 1001000 | 0 | 1101010 | 1100011 | 1000000 |
Color Harmonies of #71FE47
Complementary color
Monochromatic Colors of #71FE47
Black with #71FE47
Text Example
Text Example
White with #71FE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FE47; }
p { color: rgb(113,254,71); }
H1.HeaderClassName
{
color: #71FE47;
}
.AnyTagClassName
{
color: #71FE47;
}
</style>
background-color css
<style>
a { background-color: #71FE47; }
a { background-color: rgb(113,254,71); }
div.DivClassName
{
background-color: #71FE47;
}
.BgClassName
{
background-color: #71FE47;
}
</style>
border-color css
<style>
span { border-color: #71FE47; }
span { border-color: rgb(113,254,71); }
td.TdClassName
{
border-color: #71FE47;
}
.TagClassName
{
border-color: #71FE47;
}
</style>