Shades of Screamin' Green #71F741
Tints of Screamin' Green #71F741
RGB
CMYK
RGB Variations
Color information
#71F741 (or 0x71F741) is known color: Screamin' Green. HEX triplet: 71, F7 and 41. RGB value is (113,247,65). Sum of RGB (Red+Green+Blue) = 113+247+65=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 247 (96.88% from 255 or 58.12% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 247 - color contains mainly: green. Hex color #71F741 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F741 is #8E08BE. Grayscale: #BABABA. Windows color (decimal): -9308351 or 4323185. OLE color: 4323185.
HSL color Cylindrical-coordinate representation of color #71F741: hue angle of 104.18º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71F741 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 247 | 65 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.03 |
| HSL | 104.18º | 0.92% | 0.61% | - |
| HSV(B) | 104.18º | 0.74% | 0.97% | - |
| XYZ | 41.02 | 70.41 | 16.43 | - |
| YUV | 186.19 | 59.61 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 247 | 65 | 0.54 | 0 | 0.74 | 0.03 | 104.18 | 0.92 | 0.61 |
| Hex | 71 | F7 | 41 | 36 | 0 | 4A | 3 | 68 | 5C | 3D |
| Octal | 161 | 367 | 101 | 66 | 0 | 112 | 3 | 150 | 134 | 75 |
| Binary | 1110001 | 11110111 | 1000001 | 110110 | 0 | 1001010 | 11 | 1101000 | 1011100 | 111101 |
Color Harmonies of #71F741
Complementary color
Monochromatic Colors of #71F741
Black with #71F741
Text Example
Text Example
White with #71F741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F741; }
p { color: rgb(113,247,65); }
H1.HeaderClassName
{
color: #71F741;
}
.AnyTagClassName
{
color: #71F741;
}
</style>
background-color css
<style>
a { background-color: #71F741; }
a { background-color: rgb(113,247,65); }
div.DivClassName
{
background-color: #71F741;
}
.BgClassName
{
background-color: #71F741;
}
</style>
border-color css
<style>
span { border-color: #71F741; }
span { border-color: rgb(113,247,65); }
td.TdClassName
{
border-color: #71F741;
}
.TagClassName
{
border-color: #71F741;
}
</style>