Shades of Yellow Green #71E031
Tints of Yellow Green #71E031
RGB
CMYK
RGB Variations
Color information
#71E031 (or 0x71E031) is known color: Yellow Green. HEX triplet: 71, E0 and 31. RGB value is (113,224,49). Sum of RGB (Red+Green+Blue) = 113+224+49=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 224 (87.89% from 255 or 58.03% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 224 - color contains mainly: green. Hex color #71E031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E031 is #8E1FCE. Grayscale: #ABABAB. Windows color (decimal): -9314255 or 3268721. OLE color: 3268721.
HSL color Cylindrical-coordinate representation of color #71E031: hue angle of 98.06º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71E031 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 224 | 49 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.12 |
| HSL | 98.06º | 0.74% | 0.54% | - |
| HSV(B) | 98.06º | 0.78% | 0.88% | - |
| XYZ | 34.02 | 57.04 | 12.12 | - |
| YUV | 170.86 | 59.23 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 224 | 49 | 0.50 | 0 | 0.78 | 0.12 | 98.06 | 0.74 | 0.54 |
| Hex | 71 | E0 | 31 | 32 | 0 | 4E | C | 62 | 4A | 36 |
| Octal | 161 | 340 | 61 | 62 | 0 | 116 | 14 | 142 | 112 | 66 |
| Binary | 1110001 | 11100000 | 110001 | 110010 | 0 | 1001110 | 1100 | 1100010 | 1001010 | 110110 |
Color Harmonies of #71E031
Complementary color
Monochromatic Colors of #71E031
Black with #71E031
Text Example
Text Example
White with #71E031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E031; }
p { color: rgb(113,224,49); }
H1.HeaderClassName
{
color: #71E031;
}
.AnyTagClassName
{
color: #71E031;
}
</style>
background-color css
<style>
a { background-color: #71E031; }
a { background-color: rgb(113,224,49); }
div.DivClassName
{
background-color: #71E031;
}
.BgClassName
{
background-color: #71E031;
}
</style>
border-color css
<style>
span { border-color: #71E031; }
span { border-color: rgb(113,224,49); }
td.TdClassName
{
border-color: #71E031;
}
.TagClassName
{
border-color: #71E031;
}
</style>