Shades of Lawn Green #83D810
Tints of Lawn Green #83D810
RGB
CMYK
RGB Variations
Color information
#83D810 (or 0x83D810) is known color: Lawn Green. HEX triplet: 83, D8 and 10. RGB value is (131,216,16). Sum of RGB (Red+Green+Blue) = 131+216+16=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #83D810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D810 is #7C27EF. Grayscale: #A8A8A8. Windows color (decimal): -8136688 or 1104003. OLE color: 1104003.
HSL color Cylindrical-coordinate representation of color #83D810: hue angle of 85.5º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83D810 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 16 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.15 |
| HSL | 85.5º | 0.86% | 0.45% | - |
| HSV(B) | 85.5º | 0.93% | 0.85% | - |
| XYZ | 34.01 | 53.97 | 9.12 | - |
| YUV | 167.79 | 42.34 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 16 | 0.39 | 0 | 0.93 | 0.15 | 85.5 | 0.86 | 0.45 |
| Hex | 83 | D8 | 10 | 27 | 0 | 5D | F | 56 | 56 | 2D |
| Octal | 203 | 330 | 20 | 47 | 0 | 135 | 17 | 126 | 126 | 55 |
| Binary | 10000011 | 11011000 | 10000 | 100111 | 0 | 1011101 | 1111 | 1010110 | 1010110 | 101101 |
Color Harmonies of #83D810
Complementary color
Monochromatic Colors of #83D810
Black with #83D810
Text Example
Text Example
White with #83D810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D810; }
p { color: rgb(131,216,16); }
H1.HeaderClassName
{
color: #83D810;
}
.AnyTagClassName
{
color: #83D810;
}
</style>
background-color css
<style>
a { background-color: #83D810; }
a { background-color: rgb(131,216,16); }
div.DivClassName
{
background-color: #83D810;
}
.BgClassName
{
background-color: #83D810;
}
</style>
border-color css
<style>
span { border-color: #83D810; }
span { border-color: rgb(131,216,16); }
td.TdClassName
{
border-color: #83D810;
}
.TagClassName
{
border-color: #83D810;
}
</style>