Shades of Lawn Green #71DF0A
Tints of Lawn Green #71DF0A
RGB
CMYK
RGB Variations
Color information
#71DF0A (or 0x71DF0A) is known color: Lawn Green. HEX triplet: 71, DF and 0A. RGB value is (113,223,10). Sum of RGB (Red+Green+Blue) = 113+223+10=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 223 (87.5% from 255 or 64.45% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71DF0A is #8E20F5. Grayscale: #A6A6A6. Windows color (decimal): -9314550 or 712561. OLE color: 712561.
HSL color Cylindrical-coordinate representation of color #71DF0A: hue angle of 90.99º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71DF0A is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 10 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.13 |
| HSL | 90.99º | 0.91% | 0.46% | - |
| HSV(B) | 90.99º | 0.96% | 0.87% | - |
| XYZ | 33.25 | 56.31 | 9.4 | - |
| YUV | 165.83 | 40.06 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 10 | 0.49 | 0 | 0.96 | 0.13 | 90.99 | 0.91 | 0.46 |
| Hex | 71 | DF | A | 31 | 0 | 60 | D | 5B | 5B | 2E |
| Octal | 161 | 337 | 12 | 61 | 0 | 140 | 15 | 133 | 133 | 56 |
| Binary | 1110001 | 11011111 | 1010 | 110001 | 0 | 1100000 | 1101 | 1011011 | 1011011 | 101110 |
Color Harmonies of #71DF0A
Complementary color
Monochromatic Colors of #71DF0A
Black with #71DF0A
Text Example
Text Example
White with #71DF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DF0A; }
p { color: rgb(113,223,10); }
H1.HeaderClassName
{
color: #71DF0A;
}
.AnyTagClassName
{
color: #71DF0A;
}
</style>
background-color css
<style>
a { background-color: #71DF0A; }
a { background-color: rgb(113,223,10); }
div.DivClassName
{
background-color: #71DF0A;
}
.BgClassName
{
background-color: #71DF0A;
}
</style>
border-color css
<style>
span { border-color: #71DF0A; }
span { border-color: rgb(113,223,10); }
td.TdClassName
{
border-color: #71DF0A;
}
.TagClassName
{
border-color: #71DF0A;
}
</style>