Shades of Screamin' Green #71EC40
Tints of Screamin' Green #71EC40
RGB
CMYK
RGB Variations
Color information
#71EC40 (or 0x71EC40) is known color: Screamin' Green. HEX triplet: 71, EC and 40. RGB value is (113,236,64). Sum of RGB (Red+Green+Blue) = 113+236+64=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 236 (92.58% from 255 or 57.14% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 236 - color contains mainly: green. Hex color #71EC40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71EC40 is #8E13BF. Grayscale: #B4B4B4. Windows color (decimal): -9311168 or 4254833. OLE color: 4254833.
HSL color Cylindrical-coordinate representation of color #71EC40: hue angle of 102.91º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71EC40 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 64 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.07 |
| HSL | 102.91º | 0.82% | 0.59% | - |
| HSV(B) | 102.91º | 0.73% | 0.93% | - |
| XYZ | 37.73 | 63.87 | 15.19 | - |
| YUV | 179.62 | 62.75 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 64 | 0.52 | 0 | 0.73 | 0.07 | 102.91 | 0.82 | 0.59 |
| Hex | 71 | EC | 40 | 34 | 0 | 49 | 7 | 67 | 52 | 3B |
| Octal | 161 | 354 | 100 | 64 | 0 | 111 | 7 | 147 | 122 | 73 |
| Binary | 1110001 | 11101100 | 1000000 | 110100 | 0 | 1001001 | 111 | 1100111 | 1010010 | 111011 |
Color Harmonies of #71EC40
Complementary color
Monochromatic Colors of #71EC40
Black with #71EC40
Text Example
Text Example
White with #71EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EC40; }
p { color: rgb(113,236,64); }
H1.HeaderClassName
{
color: #71EC40;
}
.AnyTagClassName
{
color: #71EC40;
}
</style>
background-color css
<style>
a { background-color: #71EC40; }
a { background-color: rgb(113,236,64); }
div.DivClassName
{
background-color: #71EC40;
}
.BgClassName
{
background-color: #71EC40;
}
</style>
border-color css
<style>
span { border-color: #71EC40; }
span { border-color: rgb(113,236,64); }
td.TdClassName
{
border-color: #71EC40;
}
.TagClassName
{
border-color: #71EC40;
}
</style>