Shades of Screamin' Green #71ED40
Tints of Screamin' Green #71ED40
RGB
CMYK
RGB Variations
Color information
#71ED40 (or 0x71ED40) is known color: Screamin' Green. HEX triplet: 71, ED and 40. RGB value is (113,237,64). Sum of RGB (Red+Green+Blue) = 113+237+64=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 237 (92.97% from 255 or 57.25% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 237 - color contains mainly: green. Hex color #71ED40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71ED40 is #8E12BF. Grayscale: #B4B4B4. Windows color (decimal): -9310912 or 4255089. OLE color: 4255089.
HSL color Cylindrical-coordinate representation of color #71ED40: hue angle of 103.01º degrees, saturation: 0.83, 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 #71ED40 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 237 | 64 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.07 |
| HSL | 103.01º | 0.83% | 0.59% | - |
| HSV(B) | 103.01º | 0.73% | 0.93% | - |
| XYZ | 38.02 | 64.45 | 15.29 | - |
| YUV | 180.2 | 62.42 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 237 | 64 | 0.52 | 0 | 0.73 | 0.07 | 103.01 | 0.83 | 0.59 |
| Hex | 71 | ED | 40 | 34 | 0 | 49 | 7 | 67 | 53 | 3B |
| Octal | 161 | 355 | 100 | 64 | 0 | 111 | 7 | 147 | 123 | 73 |
| Binary | 1110001 | 11101101 | 1000000 | 110100 | 0 | 1001001 | 111 | 1100111 | 1010011 | 111011 |
Color Harmonies of #71ED40
Complementary color
Monochromatic Colors of #71ED40
Black with #71ED40
Text Example
Text Example
White with #71ED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ED40; }
p { color: rgb(113,237,64); }
H1.HeaderClassName
{
color: #71ED40;
}
.AnyTagClassName
{
color: #71ED40;
}
</style>
background-color css
<style>
a { background-color: #71ED40; }
a { background-color: rgb(113,237,64); }
div.DivClassName
{
background-color: #71ED40;
}
.BgClassName
{
background-color: #71ED40;
}
</style>
border-color css
<style>
span { border-color: #71ED40; }
span { border-color: rgb(113,237,64); }
td.TdClassName
{
border-color: #71ED40;
}
.TagClassName
{
border-color: #71ED40;
}
</style>