Shades of Lawn Green #71DB0B
Tints of Lawn Green #71DB0B
RGB
CMYK
RGB Variations
Color information
#71DB0B (or 0x71DB0B) is known color: Lawn Green. HEX triplet: 71, DB and 0B. RGB value is (113,219,11). Sum of RGB (Red+Green+Blue) = 113+219+11=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 219 (85.94% from 255 or 63.85% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71DB0B is #8E24F4. Grayscale: #A4A4A4. Windows color (decimal): -9315573 or 777073. OLE color: 777073.
HSL color Cylindrical-coordinate representation of color #71DB0B: hue angle of 90.58º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71DB0B is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 219 | 11 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.14 |
| HSL | 90.58º | 0.9% | 0.45% | - |
| HSV(B) | 90.58º | 0.95% | 0.86% | - |
| XYZ | 32.2 | 54.2 | 9.08 | - |
| YUV | 163.59 | 41.88 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 219 | 11 | 0.48 | 0 | 0.95 | 0.14 | 90.58 | 0.9 | 0.45 |
| Hex | 71 | DB | B | 30 | 0 | 5F | E | 5B | 5A | 2D |
| Octal | 161 | 333 | 13 | 60 | 0 | 137 | 16 | 133 | 132 | 55 |
| Binary | 1110001 | 11011011 | 1011 | 110000 | 0 | 1011111 | 1110 | 1011011 | 1011010 | 101101 |
Color Harmonies of #71DB0B
Complementary color
Monochromatic Colors of #71DB0B
Black with #71DB0B
Text Example
Text Example
White with #71DB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DB0B; }
p { color: rgb(113,219,11); }
H1.HeaderClassName
{
color: #71DB0B;
}
.AnyTagClassName
{
color: #71DB0B;
}
</style>
background-color css
<style>
a { background-color: #71DB0B; }
a { background-color: rgb(113,219,11); }
div.DivClassName
{
background-color: #71DB0B;
}
.BgClassName
{
background-color: #71DB0B;
}
</style>
border-color css
<style>
span { border-color: #71DB0B; }
span { border-color: rgb(113,219,11); }
td.TdClassName
{
border-color: #71DB0B;
}
.TagClassName
{
border-color: #71DB0B;
}
</style>