Shades of Screamin' Green #71FE50
Tints of Screamin' Green #71FE50
RGB
CMYK
RGB Variations
Color information
#71FE50 (or 0x71FE50) is known color: Screamin' Green. HEX triplet: 71, FE and 50. RGB value is (113,254,80). Sum of RGB (Red+Green+Blue) = 113+254+80=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 254 (99.61% from 255 or 56.82% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71FE50 is #8E01AF. Grayscale: #C0C0C0. Windows color (decimal): -9306544 or 5308017. OLE color: 5308017.
HSL color Cylindrical-coordinate representation of color #71FE50: hue angle of 108.62º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71FE50 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 80 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.00 |
| HSL | 108.62º | 0.99% | 0.65% | - |
| HSV(B) | 108.62º | 0.69% | 1% | - |
| XYZ | 43.7 | 74.97 | 19.76 | - |
| YUV | 192.01 | 64.79 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 80 | 0.56 | 0 | 0.69 | 0.00 | 108.62 | 0.99 | 0.65 |
| Hex | 71 | FE | 50 | 38 | 0 | 45 | 0 | 6D | 63 | 41 |
| Octal | 161 | 376 | 120 | 70 | 0 | 105 | 0 | 155 | 143 | 101 |
| Binary | 1110001 | 11111110 | 1010000 | 111000 | 0 | 1000101 | 0 | 1101101 | 1100011 | 1000001 |
Color Harmonies of #71FE50
Complementary color
Monochromatic Colors of #71FE50
Black with #71FE50
Text Example
Text Example
White with #71FE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FE50; }
p { color: rgb(113,254,80); }
H1.HeaderClassName
{
color: #71FE50;
}
.AnyTagClassName
{
color: #71FE50;
}
</style>
background-color css
<style>
a { background-color: #71FE50; }
a { background-color: rgb(113,254,80); }
div.DivClassName
{
background-color: #71FE50;
}
.BgClassName
{
background-color: #71FE50;
}
</style>
border-color css
<style>
span { border-color: #71FE50; }
span { border-color: rgb(113,254,80); }
td.TdClassName
{
border-color: #71FE50;
}
.TagClassName
{
border-color: #71FE50;
}
</style>