Shades of Screamin' Green #71F841
Tints of Screamin' Green #71F841
RGB
CMYK
RGB Variations
Color information
#71F841 (or 0x71F841) is known color: Screamin' Green. HEX triplet: 71, F8 and 41. RGB value is (113,248,65). Sum of RGB (Red+Green+Blue) = 113+248+65=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 248 (97.27% from 255 or 58.22% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 248 - color contains mainly: green. Hex color #71F841 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F841 is #8E07BE. Grayscale: #BBBBBB. Windows color (decimal): -9308095 or 4323441. OLE color: 4323441.
HSL color Cylindrical-coordinate representation of color #71F841: hue angle of 104.26º degrees, saturation: 0.93, 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 #71F841 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 248 | 65 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.03 |
| HSL | 104.26º | 0.93% | 0.61% | - |
| HSV(B) | 104.26º | 0.74% | 0.97% | - |
| XYZ | 41.33 | 71.03 | 16.53 | - |
| YUV | 186.77 | 59.27 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 248 | 65 | 0.54 | 0 | 0.74 | 0.03 | 104.26 | 0.93 | 0.61 |
| Hex | 71 | F8 | 41 | 36 | 0 | 4A | 3 | 68 | 5D | 3D |
| Octal | 161 | 370 | 101 | 66 | 0 | 112 | 3 | 150 | 135 | 75 |
| Binary | 1110001 | 11111000 | 1000001 | 110110 | 0 | 1001010 | 11 | 1101000 | 1011101 | 111101 |
Color Harmonies of #71F841
Complementary color
Monochromatic Colors of #71F841
Black with #71F841
Text Example
Text Example
White with #71F841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F841; }
p { color: rgb(113,248,65); }
H1.HeaderClassName
{
color: #71F841;
}
.AnyTagClassName
{
color: #71F841;
}
</style>
background-color css
<style>
a { background-color: #71F841; }
a { background-color: rgb(113,248,65); }
div.DivClassName
{
background-color: #71F841;
}
.BgClassName
{
background-color: #71F841;
}
</style>
border-color css
<style>
span { border-color: #71F841; }
span { border-color: rgb(113,248,65); }
td.TdClassName
{
border-color: #71F841;
}
.TagClassName
{
border-color: #71F841;
}
</style>