Shades of Screamin' Green #71FE5B
Tints of Screamin' Green #71FE5B
RGB
CMYK
RGB Variations
Color information
#71FE5B (or 0x71FE5B) is known color: Screamin' Green. HEX triplet: 71, FE and 5B. RGB value is (113,254,91). Sum of RGB (Red+Green+Blue) = 113+254+91=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 254 (99.61% from 255 or 55.46% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE5B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71FE5B is #8E01A4. Grayscale: #C1C1C1. Windows color (decimal): -9306533 or 6028913. OLE color: 6028913.
HSL color Cylindrical-coordinate representation of color #71FE5B: hue angle of 111.9º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71FE5B is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 91 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.00 |
| HSL | 111.9º | 0.99% | 0.68% | - |
| HSV(B) | 111.9º | 0.64% | 1% | - |
| XYZ | 44.14 | 75.15 | 22.08 | - |
| YUV | 193.26 | 70.29 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 91 | 0.56 | 0 | 0.64 | 0.00 | 111.9 | 0.99 | 0.68 |
| Hex | 71 | FE | 5B | 38 | 0 | 40 | 0 | 70 | 63 | 44 |
| Octal | 161 | 376 | 133 | 70 | 0 | 100 | 0 | 160 | 143 | 104 |
| Binary | 1110001 | 11111110 | 1011011 | 111000 | 0 | 1000000 | 0 | 1110000 | 1100011 | 1000100 |
Color Harmonies of #71FE5B
Complementary color
Monochromatic Colors of #71FE5B
Black with #71FE5B
Text Example
Text Example
White with #71FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FE5B; }
p { color: rgb(113,254,91); }
H1.HeaderClassName
{
color: #71FE5B;
}
.AnyTagClassName
{
color: #71FE5B;
}
</style>
background-color css
<style>
a { background-color: #71FE5B; }
a { background-color: rgb(113,254,91); }
div.DivClassName
{
background-color: #71FE5B;
}
.BgClassName
{
background-color: #71FE5B;
}
</style>
border-color css
<style>
span { border-color: #71FE5B; }
span { border-color: rgb(113,254,91); }
td.TdClassName
{
border-color: #71FE5B;
}
.TagClassName
{
border-color: #71FE5B;
}
</style>