Shades of Screamin' Green #71F375
Tints of Screamin' Green #71F375
RGB
CMYK
RGB Variations
Color information
#71F375 (or 0x71F375) is known color: Screamin' Green. HEX triplet: 71, F3 and 75. RGB value is (113,243,117). Sum of RGB (Red+Green+Blue) = 113+243+117=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #71F375 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F375 is #8E0C8A. Grayscale: #BEBEBE. Windows color (decimal): -9309323 or 7730033. OLE color: 7730033.
HSL color Cylindrical-coordinate representation of color #71F375: hue angle of 121.85º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F375 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 243 | 117 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.05 |
| HSL | 121.85º | 0.84% | 0.7% | - |
| HSV(B) | 121.85º | 0.53% | 0.95% | - |
| XYZ | 42.07 | 68.9 | 27.91 | - |
| YUV | 189.77 | 86.93 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 243 | 117 | 0.53 | 0 | 0.52 | 0.05 | 121.85 | 0.84 | 0.7 |
| Hex | 71 | F3 | 75 | 35 | 0 | 34 | 5 | 7A | 54 | 46 |
| Octal | 161 | 363 | 165 | 65 | 0 | 64 | 5 | 172 | 124 | 106 |
| Binary | 1110001 | 11110011 | 1110101 | 110101 | 0 | 110100 | 101 | 1111010 | 1010100 | 1000110 |
Color Harmonies of #71F375
Complementary color
Monochromatic Colors of #71F375
Black with #71F375
Text Example
Text Example
White with #71F375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F375; }
p { color: rgb(113,243,117); }
H1.HeaderClassName
{
color: #71F375;
}
.AnyTagClassName
{
color: #71F375;
}
</style>
background-color css
<style>
a { background-color: #71F375; }
a { background-color: rgb(113,243,117); }
div.DivClassName
{
background-color: #71F375;
}
.BgClassName
{
background-color: #71F375;
}
</style>
border-color css
<style>
span { border-color: #71F375; }
span { border-color: rgb(113,243,117); }
td.TdClassName
{
border-color: #71F375;
}
.TagClassName
{
border-color: #71F375;
}
</style>