Shades of Lawn Green #71DF28
Tints of Lawn Green #71DF28
RGB
CMYK
RGB Variations
Color information
#71DF28 (or 0x71DF28) is known color: Lawn Green. HEX triplet: 71, DF and 28. RGB value is (113,223,40). Sum of RGB (Red+Green+Blue) = 113+223+40=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DF28 is #8E20D7. Grayscale: #A9A9A9. Windows color (decimal): -9314520 or 2678641. OLE color: 2678641.
HSL color Cylindrical-coordinate representation of color #71DF28: hue angle of 96.07º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71DF28 is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 40 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.13 |
| HSL | 96.07º | 0.74% | 0.52% | - |
| HSV(B) | 96.07º | 0.82% | 0.87% | - |
| XYZ | 33.58 | 56.44 | 11.13 | - |
| YUV | 169.25 | 55.06 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 40 | 0.49 | 0 | 0.82 | 0.13 | 96.07 | 0.74 | 0.52 |
| Hex | 71 | DF | 28 | 31 | 0 | 52 | D | 60 | 4A | 34 |
| Octal | 161 | 337 | 50 | 61 | 0 | 122 | 15 | 140 | 112 | 64 |
| Binary | 1110001 | 11011111 | 101000 | 110001 | 0 | 1010010 | 1101 | 1100000 | 1001010 | 110100 |
Color Harmonies of #71DF28
Complementary color
Monochromatic Colors of #71DF28
Black with #71DF28
Text Example
Text Example
White with #71DF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DF28; }
p { color: rgb(113,223,40); }
H1.HeaderClassName
{
color: #71DF28;
}
.AnyTagClassName
{
color: #71DF28;
}
</style>
background-color css
<style>
a { background-color: #71DF28; }
a { background-color: rgb(113,223,40); }
div.DivClassName
{
background-color: #71DF28;
}
.BgClassName
{
background-color: #71DF28;
}
</style>
border-color css
<style>
span { border-color: #71DF28; }
span { border-color: rgb(113,223,40); }
td.TdClassName
{
border-color: #71DF28;
}
.TagClassName
{
border-color: #71DF28;
}
</style>