Shades of Lawn Green #71D600
Tints of Lawn Green #71D600
RGB
CMYK
RGB Variations
Color information
#71D600 (or 0x71D600) is known color: Lawn Green. HEX triplet: 71, D6 and 00. RGB value is (113,214,0). Sum of RGB (Red+Green+Blue) = 113+214+0=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 214 (83.98% from 255 or 65.44% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 214 - color contains mainly: green. Hex color #71D600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D600 is #8E29FF. Grayscale: #A0A0A0. Windows color (decimal): -9316864 or 54897. OLE color: 54897.
HSL color Cylindrical-coordinate representation of color #71D600: hue angle of 88.32º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71D600 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 214 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.16 |
| HSL | 88.32º | 1% | 0.42% | - |
| HSV(B) | 88.32º | 1% | 0.84% | - |
| XYZ | 30.86 | 51.6 | 8.33 | - |
| YUV | 159.41 | 38.04 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 0 | 0.47 | 0 | 1 | 0.16 | 88.32 | 1 | 0.42 |
| Hex | 71 | D6 | 0 | 2F | 0 | 64 | 10 | 58 | 64 | 2A |
| Octal | 161 | 326 | 0 | 57 | 0 | 144 | 20 | 130 | 144 | 52 |
| Binary | 1110001 | 11010110 | 0 | 101111 | 0 | 1100100 | 10000 | 1011000 | 1100100 | 101010 |
Color Harmonies of #71D600
Complementary color
Monochromatic Colors of #71D600
Black with #71D600
Text Example
Text Example
White with #71D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D600; }
p { color: rgb(113,214,0); }
H1.HeaderClassName
{
color: #71D600;
}
.AnyTagClassName
{
color: #71D600;
}
</style>
background-color css
<style>
a { background-color: #71D600; }
a { background-color: rgb(113,214,0); }
div.DivClassName
{
background-color: #71D600;
}
.BgClassName
{
background-color: #71D600;
}
</style>
border-color css
<style>
span { border-color: #71D600; }
span { border-color: rgb(113,214,0); }
td.TdClassName
{
border-color: #71D600;
}
.TagClassName
{
border-color: #71D600;
}
</style>