Shades of Screamin' Green #71F04E
Tints of Screamin' Green #71F04E
RGB
CMYK
RGB Variations
Color information
#71F04E (or 0x71F04E) is known color: Screamin' Green. HEX triplet: 71, F0 and 4E. RGB value is (113,240,78). Sum of RGB (Red+Green+Blue) = 113+240+78=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #71F04E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F04E is #8E0FB1. Grayscale: #B8B8B8. Windows color (decimal): -9310130 or 5173361. OLE color: 5173361.
HSL color Cylindrical-coordinate representation of color #71F04E: hue angle of 107.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71F04E is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 240 | 78 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.06 |
| HSL | 107.04º | 0.84% | 0.62% | - |
| HSV(B) | 107.04º | 0.68% | 0.94% | - |
| XYZ | 39.35 | 66.38 | 17.95 | - |
| YUV | 183.56 | 68.42 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 240 | 78 | 0.53 | 0 | 0.68 | 0.06 | 107.04 | 0.84 | 0.62 |
| Hex | 71 | F0 | 4E | 35 | 0 | 44 | 6 | 6B | 54 | 3E |
| Octal | 161 | 360 | 116 | 65 | 0 | 104 | 6 | 153 | 124 | 76 |
| Binary | 1110001 | 11110000 | 1001110 | 110101 | 0 | 1000100 | 110 | 1101011 | 1010100 | 111110 |
Color Harmonies of #71F04E
Complementary color
Monochromatic Colors of #71F04E
Black with #71F04E
Text Example
Text Example
White with #71F04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F04E; }
p { color: rgb(113,240,78); }
H1.HeaderClassName
{
color: #71F04E;
}
.AnyTagClassName
{
color: #71F04E;
}
</style>
background-color css
<style>
a { background-color: #71F04E; }
a { background-color: rgb(113,240,78); }
div.DivClassName
{
background-color: #71F04E;
}
.BgClassName
{
background-color: #71F04E;
}
</style>
border-color css
<style>
span { border-color: #71F04E; }
span { border-color: rgb(113,240,78); }
td.TdClassName
{
border-color: #71F04E;
}
.TagClassName
{
border-color: #71F04E;
}
</style>