Shades of Lawn Green #71DF18
Tints of Lawn Green #71DF18
RGB
CMYK
RGB Variations
Color information
#71DF18 (or 0x71DF18) is known color: Lawn Green. HEX triplet: 71, DF and 18. RGB value is (113,223,24). Sum of RGB (Red+Green+Blue) = 113+223+24=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 223 (87.5% from 255 or 61.94% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71DF18 is #8E20E7. Grayscale: #A8A8A8. Windows color (decimal): -9314536 or 1630065. OLE color: 1630065.
HSL color Cylindrical-coordinate representation of color #71DF18: hue angle of 93.17º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71DF18 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 24 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.13 |
| HSL | 93.17º | 0.81% | 0.48% | - |
| HSV(B) | 93.17º | 0.89% | 0.87% | - |
| XYZ | 33.36 | 56.35 | 9.98 | - |
| YUV | 167.42 | 47.06 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 24 | 0.49 | 0 | 0.89 | 0.13 | 93.17 | 0.81 | 0.48 |
| Hex | 71 | DF | 18 | 31 | 0 | 59 | D | 5D | 51 | 30 |
| Octal | 161 | 337 | 30 | 61 | 0 | 131 | 15 | 135 | 121 | 60 |
| Binary | 1110001 | 11011111 | 11000 | 110001 | 0 | 1011001 | 1101 | 1011101 | 1010001 | 110000 |
Color Harmonies of #71DF18
Complementary color
Monochromatic Colors of #71DF18
Black with #71DF18
Text Example
Text Example
White with #71DF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DF18; }
p { color: rgb(113,223,24); }
H1.HeaderClassName
{
color: #71DF18;
}
.AnyTagClassName
{
color: #71DF18;
}
</style>
background-color css
<style>
a { background-color: #71DF18; }
a { background-color: rgb(113,223,24); }
div.DivClassName
{
background-color: #71DF18;
}
.BgClassName
{
background-color: #71DF18;
}
</style>
border-color css
<style>
span { border-color: #71DF18; }
span { border-color: rgb(113,223,24); }
td.TdClassName
{
border-color: #71DF18;
}
.TagClassName
{
border-color: #71DF18;
}
</style>