Shades of Screamin' Green #71F752
Tints of Screamin' Green #71F752
RGB
CMYK
RGB Variations
Color information
#71F752 (or 0x71F752) is known color: Screamin' Green. HEX triplet: 71, F7 and 52. RGB value is (113,247,82). Sum of RGB (Red+Green+Blue) = 113+247+82=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 247 (96.88% from 255 or 55.88% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 247 - color contains mainly: green. Hex color #71F752 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F752 is #8E08AD. Grayscale: #BCBCBC. Windows color (decimal): -9308334 or 5437297. OLE color: 5437297.
HSL color Cylindrical-coordinate representation of color #71F752: hue angle of 108.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71F752 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 247 | 82 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.03 |
| HSL | 108.73º | 0.91% | 0.65% | - |
| HSV(B) | 108.73º | 0.67% | 0.97% | - |
| XYZ | 41.59 | 70.64 | 19.43 | - |
| YUV | 188.12 | 68.11 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 247 | 82 | 0.54 | 0 | 0.67 | 0.03 | 108.73 | 0.91 | 0.65 |
| Hex | 71 | F7 | 52 | 36 | 0 | 43 | 3 | 6D | 5B | 41 |
| Octal | 161 | 367 | 122 | 66 | 0 | 103 | 3 | 155 | 133 | 101 |
| Binary | 1110001 | 11110111 | 1010010 | 110110 | 0 | 1000011 | 11 | 1101101 | 1011011 | 1000001 |
Color Harmonies of #71F752
Complementary color
Monochromatic Colors of #71F752
Black with #71F752
Text Example
Text Example
White with #71F752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F752; }
p { color: rgb(113,247,82); }
H1.HeaderClassName
{
color: #71F752;
}
.AnyTagClassName
{
color: #71F752;
}
</style>
background-color css
<style>
a { background-color: #71F752; }
a { background-color: rgb(113,247,82); }
div.DivClassName
{
background-color: #71F752;
}
.BgClassName
{
background-color: #71F752;
}
</style>
border-color css
<style>
span { border-color: #71F752; }
span { border-color: rgb(113,247,82); }
td.TdClassName
{
border-color: #71F752;
}
.TagClassName
{
border-color: #71F752;
}
</style>