Shades of Screamin' Green #71EC49
Tints of Screamin' Green #71EC49
RGB
CMYK
RGB Variations
Color information
#71EC49 (or 0x71EC49) is known color: Screamin' Green. HEX triplet: 71, EC and 49. RGB value is (113,236,73). Sum of RGB (Red+Green+Blue) = 113+236+73=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #71EC49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71EC49 is #8E13B6. Grayscale: #B5B5B5. Windows color (decimal): -9311159 or 4844657. OLE color: 4844657.
HSL color Cylindrical-coordinate representation of color #71EC49: hue angle of 105.28º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71EC49 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 73 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.07 |
| HSL | 105.28º | 0.81% | 0.61% | - |
| HSV(B) | 105.28º | 0.69% | 0.93% | - |
| XYZ | 38.01 | 63.98 | 16.65 | - |
| YUV | 180.64 | 67.25 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 73 | 0.52 | 0 | 0.69 | 0.07 | 105.28 | 0.81 | 0.61 |
| Hex | 71 | EC | 49 | 34 | 0 | 45 | 7 | 69 | 51 | 3D |
| Octal | 161 | 354 | 111 | 64 | 0 | 105 | 7 | 151 | 121 | 75 |
| Binary | 1110001 | 11101100 | 1001001 | 110100 | 0 | 1000101 | 111 | 1101001 | 1010001 | 111101 |
Color Harmonies of #71EC49
Complementary color
Monochromatic Colors of #71EC49
Black with #71EC49
Text Example
Text Example
White with #71EC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EC49; }
p { color: rgb(113,236,73); }
H1.HeaderClassName
{
color: #71EC49;
}
.AnyTagClassName
{
color: #71EC49;
}
</style>
background-color css
<style>
a { background-color: #71EC49; }
a { background-color: rgb(113,236,73); }
div.DivClassName
{
background-color: #71EC49;
}
.BgClassName
{
background-color: #71EC49;
}
</style>
border-color css
<style>
span { border-color: #71EC49; }
span { border-color: rgb(113,236,73); }
td.TdClassName
{
border-color: #71EC49;
}
.TagClassName
{
border-color: #71EC49;
}
</style>