Shades of Yellow Green #71E32D
Tints of Yellow Green #71E32D
RGB
CMYK
RGB Variations
Color information
#71E32D (or 0x71E32D) is known color: Yellow Green. HEX triplet: 71, E3 and 2D. RGB value is (113,227,45). Sum of RGB (Red+Green+Blue) = 113+227+45=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 227 (89.06% from 255 or 58.96% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 227 - color contains mainly: green. Hex color #71E32D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E32D is #8E1CD2. Grayscale: #ACACAC. Windows color (decimal): -9313491 or 3007345. OLE color: 3007345.
HSL color Cylindrical-coordinate representation of color #71E32D: hue angle of 97.58º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71E32D is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 227 | 45 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.11 |
| HSL | 97.58º | 0.76% | 0.53% | - |
| HSV(B) | 97.58º | 0.8% | 0.89% | - |
| XYZ | 34.75 | 58.64 | 11.97 | - |
| YUV | 172.17 | 56.23 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 227 | 45 | 0.50 | 0 | 0.80 | 0.11 | 97.58 | 0.76 | 0.53 |
| Hex | 71 | E3 | 2D | 32 | 0 | 50 | B | 62 | 4C | 35 |
| Octal | 161 | 343 | 55 | 62 | 0 | 120 | 13 | 142 | 114 | 65 |
| Binary | 1110001 | 11100011 | 101101 | 110010 | 0 | 1010000 | 1011 | 1100010 | 1001100 | 110101 |
Color Harmonies of #71E32D
Complementary color
Monochromatic Colors of #71E32D
Black with #71E32D
Text Example
Text Example
White with #71E32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E32D; }
p { color: rgb(113,227,45); }
H1.HeaderClassName
{
color: #71E32D;
}
.AnyTagClassName
{
color: #71E32D;
}
</style>
background-color css
<style>
a { background-color: #71E32D; }
a { background-color: rgb(113,227,45); }
div.DivClassName
{
background-color: #71E32D;
}
.BgClassName
{
background-color: #71E32D;
}
</style>
border-color css
<style>
span { border-color: #71E32D; }
span { border-color: rgb(113,227,45); }
td.TdClassName
{
border-color: #71E32D;
}
.TagClassName
{
border-color: #71E32D;
}
</style>