Shades of Screamin' Green #71FE4C
Tints of Screamin' Green #71FE4C
RGB
CMYK
RGB Variations
Color information
#71FE4C (or 0x71FE4C) is known color: Screamin' Green. HEX triplet: 71, FE and 4C. RGB value is (113,254,76). Sum of RGB (Red+Green+Blue) = 113+254+76=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 254 (99.61% from 255 or 57.34% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FE4C is #8E01B3. Grayscale: #C0C0C0. Windows color (decimal): -9306548 or 5045873. OLE color: 5045873.
HSL color Cylindrical-coordinate representation of color #71FE4C: hue angle of 107.53º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71FE4C is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 76 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.00 |
| HSL | 107.53º | 0.99% | 0.65% | - |
| HSV(B) | 107.53º | 0.7% | 1% | - |
| XYZ | 43.56 | 74.92 | 19 | - |
| YUV | 191.55 | 62.79 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 76 | 0.56 | 0 | 0.70 | 0.00 | 107.53 | 0.99 | 0.65 |
| Hex | 71 | FE | 4C | 38 | 0 | 46 | 0 | 6C | 63 | 41 |
| Octal | 161 | 376 | 114 | 70 | 0 | 106 | 0 | 154 | 143 | 101 |
| Binary | 1110001 | 11111110 | 1001100 | 111000 | 0 | 1000110 | 0 | 1101100 | 1100011 | 1000001 |
Color Harmonies of #71FE4C
Complementary color
Monochromatic Colors of #71FE4C
Black with #71FE4C
Text Example
Text Example
White with #71FE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FE4C; }
p { color: rgb(113,254,76); }
H1.HeaderClassName
{
color: #71FE4C;
}
.AnyTagClassName
{
color: #71FE4C;
}
</style>
background-color css
<style>
a { background-color: #71FE4C; }
a { background-color: rgb(113,254,76); }
div.DivClassName
{
background-color: #71FE4C;
}
.BgClassName
{
background-color: #71FE4C;
}
</style>
border-color css
<style>
span { border-color: #71FE4C; }
span { border-color: rgb(113,254,76); }
td.TdClassName
{
border-color: #71FE4C;
}
.TagClassName
{
border-color: #71FE4C;
}
</style>