Shades of Screamin' Green #71E650
Tints of Screamin' Green #71E650
RGB
CMYK
RGB Variations
Color information
#71E650 (or 0x71E650) is known color: Screamin' Green. HEX triplet: 71, E6 and 50. RGB value is (113,230,80). Sum of RGB (Red+Green+Blue) = 113+230+80=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 230 (90.23% from 255 or 54.37% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 230 - color contains mainly: green. Hex color #71E650 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71E650 is #8E19AF. Grayscale: #B2B2B2. Windows color (decimal): -9312688 or 5301873. OLE color: 5301873.
HSL color Cylindrical-coordinate representation of color #71E650: hue angle of 106.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71E650 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 230 | 80 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.10 |
| HSL | 106.8º | 0.75% | 0.61% | - |
| HSV(B) | 106.8º | 0.65% | 0.9% | - |
| XYZ | 36.55 | 60.68 | 17.38 | - |
| YUV | 177.92 | 72.74 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 230 | 80 | 0.51 | 0 | 0.65 | 0.10 | 106.8 | 0.75 | 0.61 |
| Hex | 71 | E6 | 50 | 33 | 0 | 41 | A | 6B | 4B | 3D |
| Octal | 161 | 346 | 120 | 63 | 0 | 101 | 12 | 153 | 113 | 75 |
| Binary | 1110001 | 11100110 | 1010000 | 110011 | 0 | 1000001 | 1010 | 1101011 | 1001011 | 111101 |
Color Harmonies of #71E650
Complementary color
Monochromatic Colors of #71E650
Black with #71E650
Text Example
Text Example
White with #71E650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E650; }
p { color: rgb(113,230,80); }
H1.HeaderClassName
{
color: #71E650;
}
.AnyTagClassName
{
color: #71E650;
}
</style>
background-color css
<style>
a { background-color: #71E650; }
a { background-color: rgb(113,230,80); }
div.DivClassName
{
background-color: #71E650;
}
.BgClassName
{
background-color: #71E650;
}
</style>
border-color css
<style>
span { border-color: #71E650; }
span { border-color: rgb(113,230,80); }
td.TdClassName
{
border-color: #71E650;
}
.TagClassName
{
border-color: #71E650;
}
</style>