Shades of Lawn Green #71DC23
Tints of Lawn Green #71DC23
RGB
CMYK
RGB Variations
Color information
#71DC23 (or 0x71DC23) is known color: Lawn Green. HEX triplet: 71, DC and 23. RGB value is (113,220,35). Sum of RGB (Red+Green+Blue) = 113+220+35=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DC23 is #8E23DC. Grayscale: #A7A7A7. Windows color (decimal): -9315293 or 2350193. OLE color: 2350193.
HSL color Cylindrical-coordinate representation of color #71DC23: hue angle of 94.7º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71DC23 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 35 | - |
| CMYK | 0.49 | 0 | 0.84 | 0.14 |
| HSL | 94.7º | 0.73% | 0.5% | - |
| HSV(B) | 94.7º | 0.84% | 0.86% | - |
| XYZ | 32.71 | 54.82 | 10.45 | - |
| YUV | 166.92 | 53.55 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 35 | 0.49 | 0 | 0.84 | 0.14 | 94.7 | 0.73 | 0.5 |
| Hex | 71 | DC | 23 | 31 | 0 | 54 | E | 5F | 49 | 32 |
| Octal | 161 | 334 | 43 | 61 | 0 | 124 | 16 | 137 | 111 | 62 |
| Binary | 1110001 | 11011100 | 100011 | 110001 | 0 | 1010100 | 1110 | 1011111 | 1001001 | 110010 |
Color Harmonies of #71DC23
Complementary color
Monochromatic Colors of #71DC23
Black with #71DC23
Text Example
Text Example
White with #71DC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC23; }
p { color: rgb(113,220,35); }
H1.HeaderClassName
{
color: #71DC23;
}
.AnyTagClassName
{
color: #71DC23;
}
</style>
background-color css
<style>
a { background-color: #71DC23; }
a { background-color: rgb(113,220,35); }
div.DivClassName
{
background-color: #71DC23;
}
.BgClassName
{
background-color: #71DC23;
}
</style>
border-color css
<style>
span { border-color: #71DC23; }
span { border-color: rgb(113,220,35); }
td.TdClassName
{
border-color: #71DC23;
}
.TagClassName
{
border-color: #71DC23;
}
</style>