Shades of Screamin' Green #71F14D
Tints of Screamin' Green #71F14D
RGB
CMYK
RGB Variations
Color information
#71F14D (or 0x71F14D) is known color: Screamin' Green. HEX triplet: 71, F1 and 4D. RGB value is (113,241,77). Sum of RGB (Red+Green+Blue) = 113+241+77=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 241 (94.53% from 255 or 55.92% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 241 - color contains mainly: green. Hex color #71F14D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F14D is #8E0EB2. Grayscale: #B8B8B8. Windows color (decimal): -9309875 or 5108081. OLE color: 5108081.
HSL color Cylindrical-coordinate representation of color #71F14D: hue angle of 106.83º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71F14D is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 241 | 77 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.05 |
| HSL | 106.83º | 0.85% | 0.62% | - |
| HSV(B) | 106.83º | 0.68% | 0.95% | - |
| XYZ | 39.6 | 66.96 | 17.86 | - |
| YUV | 184.03 | 67.59 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 241 | 77 | 0.53 | 0 | 0.68 | 0.05 | 106.83 | 0.85 | 0.62 |
| Hex | 71 | F1 | 4D | 35 | 0 | 44 | 5 | 6B | 55 | 3E |
| Octal | 161 | 361 | 115 | 65 | 0 | 104 | 5 | 153 | 125 | 76 |
| Binary | 1110001 | 11110001 | 1001101 | 110101 | 0 | 1000100 | 101 | 1101011 | 1010101 | 111110 |
Color Harmonies of #71F14D
Complementary color
Monochromatic Colors of #71F14D
Black with #71F14D
Text Example
Text Example
White with #71F14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F14D; }
p { color: rgb(113,241,77); }
H1.HeaderClassName
{
color: #71F14D;
}
.AnyTagClassName
{
color: #71F14D;
}
</style>
background-color css
<style>
a { background-color: #71F14D; }
a { background-color: rgb(113,241,77); }
div.DivClassName
{
background-color: #71F14D;
}
.BgClassName
{
background-color: #71F14D;
}
</style>
border-color css
<style>
span { border-color: #71F14D; }
span { border-color: rgb(113,241,77); }
td.TdClassName
{
border-color: #71F14D;
}
.TagClassName
{
border-color: #71F14D;
}
</style>