Shades of Lawn Green #71D200
Tints of Lawn Green #71D200
RGB
CMYK
RGB Variations
Color information
#71D200 (or 0x71D200) is known color: Lawn Green. HEX triplet: 71, D2 and 00. RGB value is (113,210,0). Sum of RGB (Red+Green+Blue) = 113+210+0=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 210 (82.42% from 255 or 65.02% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 210 - color contains mainly: green. Hex color #71D200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D200 is #8E2DFF. Grayscale: #9D9D9D. Windows color (decimal): -9317888 or 53873. OLE color: 53873.
HSL color Cylindrical-coordinate representation of color #71D200: hue angle of 87.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71D200 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.18 |
| HSL | 87.71º | 1% | 0.41% | - |
| HSV(B) | 87.71º | 1% | 0.82% | - |
| XYZ | 29.86 | 49.6 | 8 | - |
| YUV | 157.06 | 39.36 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 0 | 0.46 | 0 | 1 | 0.18 | 87.71 | 1 | 0.41 |
| Hex | 71 | D2 | 0 | 2E | 0 | 64 | 12 | 58 | 64 | 29 |
| Octal | 161 | 322 | 0 | 56 | 0 | 144 | 22 | 130 | 144 | 51 |
| Binary | 1110001 | 11010010 | 0 | 101110 | 0 | 1100100 | 10010 | 1011000 | 1100100 | 101001 |
Color Harmonies of #71D200
Complementary color
Monochromatic Colors of #71D200
Black with #71D200
Text Example
Text Example
White with #71D200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D200; }
p { color: rgb(113,210,0); }
H1.HeaderClassName
{
color: #71D200;
}
.AnyTagClassName
{
color: #71D200;
}
</style>
background-color css
<style>
a { background-color: #71D200; }
a { background-color: rgb(113,210,0); }
div.DivClassName
{
background-color: #71D200;
}
.BgClassName
{
background-color: #71D200;
}
</style>
border-color css
<style>
span { border-color: #71D200; }
span { border-color: rgb(113,210,0); }
td.TdClassName
{
border-color: #71D200;
}
.TagClassName
{
border-color: #71D200;
}
</style>