Shades of Lawn Green #71D615
Tints of Lawn Green #71D615
RGB
CMYK
RGB Variations
Color information
#71D615 (or 0x71D615) is known color: Lawn Green. HEX triplet: 71, D6 and 15. RGB value is (113,214,21). Sum of RGB (Red+Green+Blue) = 113+214+21=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #71D615 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D615 is #8E29EA. Grayscale: #A2A2A2. Windows color (decimal): -9316843 or 1431153. OLE color: 1431153.
HSL color Cylindrical-coordinate representation of color #71D615: hue angle of 91.4º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71D615 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 214 | 21 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.16 |
| HSL | 91.4º | 0.82% | 0.46% | - |
| HSV(B) | 91.4º | 0.9% | 0.84% | - |
| XYZ | 30.99 | 51.66 | 9.05 | - |
| YUV | 161.8 | 48.54 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 21 | 0.47 | 0 | 0.90 | 0.16 | 91.4 | 0.82 | 0.46 |
| Hex | 71 | D6 | 15 | 2F | 0 | 5A | 10 | 5B | 52 | 2E |
| Octal | 161 | 326 | 25 | 57 | 0 | 132 | 20 | 133 | 122 | 56 |
| Binary | 1110001 | 11010110 | 10101 | 101111 | 0 | 1011010 | 10000 | 1011011 | 1010010 | 101110 |
Color Harmonies of #71D615
Complementary color
Monochromatic Colors of #71D615
Black with #71D615
Text Example
Text Example
White with #71D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D615; }
p { color: rgb(113,214,21); }
H1.HeaderClassName
{
color: #71D615;
}
.AnyTagClassName
{
color: #71D615;
}
</style>
background-color css
<style>
a { background-color: #71D615; }
a { background-color: rgb(113,214,21); }
div.DivClassName
{
background-color: #71D615;
}
.BgClassName
{
background-color: #71D615;
}
</style>
border-color css
<style>
span { border-color: #71D615; }
span { border-color: rgb(113,214,21); }
td.TdClassName
{
border-color: #71D615;
}
.TagClassName
{
border-color: #71D615;
}
</style>