Shades of Screamin' Green #71FE52
Tints of Screamin' Green #71FE52
RGB
CMYK
RGB Variations
Color information
#71FE52 (or 0x71FE52) is known color: Screamin' Green. HEX triplet: 71, FE and 52. RGB value is (113,254,82). Sum of RGB (Red+Green+Blue) = 113+254+82=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 254 (99.61% from 255 or 56.57% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71FE52 is #8E01AD. Grayscale: #C0C0C0. Windows color (decimal): -9306542 or 5439089. OLE color: 5439089.
HSL color Cylindrical-coordinate representation of color #71FE52: hue angle of 109.19º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71FE52 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 82 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.00 |
| HSL | 109.19º | 0.99% | 0.66% | - |
| HSV(B) | 109.19º | 0.68% | 1% | - |
| XYZ | 43.77 | 75 | 20.15 | - |
| YUV | 192.23 | 65.79 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 82 | 0.56 | 0 | 0.68 | 0.00 | 109.19 | 0.99 | 0.66 |
| Hex | 71 | FE | 52 | 38 | 0 | 44 | 0 | 6D | 63 | 42 |
| Octal | 161 | 376 | 122 | 70 | 0 | 104 | 0 | 155 | 143 | 102 |
| Binary | 1110001 | 11111110 | 1010010 | 111000 | 0 | 1000100 | 0 | 1101101 | 1100011 | 1000010 |
Color Harmonies of #71FE52
Complementary color
Monochromatic Colors of #71FE52
Black with #71FE52
Text Example
Text Example
White with #71FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FE52; }
p { color: rgb(113,254,82); }
H1.HeaderClassName
{
color: #71FE52;
}
.AnyTagClassName
{
color: #71FE52;
}
</style>
background-color css
<style>
a { background-color: #71FE52; }
a { background-color: rgb(113,254,82); }
div.DivClassName
{
background-color: #71FE52;
}
.BgClassName
{
background-color: #71FE52;
}
</style>
border-color css
<style>
span { border-color: #71FE52; }
span { border-color: rgb(113,254,82); }
td.TdClassName
{
border-color: #71FE52;
}
.TagClassName
{
border-color: #71FE52;
}
</style>