Shades of Lawn Green #71EA0A
Tints of Lawn Green #71EA0A
RGB
CMYK
RGB Variations
Color information
#71EA0A (or 0x71EA0A) is known color: Lawn Green. HEX triplet: 71, EA and 0A. RGB value is (113,234,10). Sum of RGB (Red+Green+Blue) = 113+234+10=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 234 (91.80% from 255 or 65.55% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 234 - color contains mainly: green. Hex color #71EA0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71EA0A is #8E15F5. Grayscale: #ADADAD. Windows color (decimal): -9311734 or 715377. OLE color: 715377.
HSL color Cylindrical-coordinate representation of color #71EA0A: hue angle of 92.41º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71EA0A is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 234 | 10 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.08 |
| HSL | 92.41º | 0.92% | 0.48% | - |
| HSV(B) | 92.41º | 0.96% | 0.92% | - |
| XYZ | 36.29 | 62.38 | 10.41 | - |
| YUV | 172.29 | 36.41 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 234 | 10 | 0.52 | 0 | 0.96 | 0.08 | 92.41 | 0.92 | 0.48 |
| Hex | 71 | EA | A | 34 | 0 | 60 | 8 | 5C | 5C | 30 |
| Octal | 161 | 352 | 12 | 64 | 0 | 140 | 10 | 134 | 134 | 60 |
| Binary | 1110001 | 11101010 | 1010 | 110100 | 0 | 1100000 | 1000 | 1011100 | 1011100 | 110000 |
Color Harmonies of #71EA0A
Complementary color
Monochromatic Colors of #71EA0A
Black with #71EA0A
Text Example
Text Example
White with #71EA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EA0A; }
p { color: rgb(113,234,10); }
H1.HeaderClassName
{
color: #71EA0A;
}
.AnyTagClassName
{
color: #71EA0A;
}
</style>
background-color css
<style>
a { background-color: #71EA0A; }
a { background-color: rgb(113,234,10); }
div.DivClassName
{
background-color: #71EA0A;
}
.BgClassName
{
background-color: #71EA0A;
}
</style>
border-color css
<style>
span { border-color: #71EA0A; }
span { border-color: rgb(113,234,10); }
td.TdClassName
{
border-color: #71EA0A;
}
.TagClassName
{
border-color: #71EA0A;
}
</style>