Shades of Lawn Green #83D812
Tints of Lawn Green #83D812
RGB
CMYK
RGB Variations
Color information
#83D812 (or 0x83D812) is known color: Lawn Green. HEX triplet: 83, D8 and 12. RGB value is (131,216,18). Sum of RGB (Red+Green+Blue) = 131+216+18=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #83D812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D812 is #7C27ED. Grayscale: #A8A8A8. Windows color (decimal): -8136686 or 1235075. OLE color: 1235075.
HSL color Cylindrical-coordinate representation of color #83D812: hue angle of 85.76º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83D812 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 18 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.15 |
| HSL | 85.76º | 0.85% | 0.46% | - |
| HSV(B) | 85.76º | 0.92% | 0.85% | - |
| XYZ | 34.03 | 53.98 | 9.2 | - |
| YUV | 168.01 | 43.34 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 18 | 0.39 | 0 | 0.92 | 0.15 | 85.76 | 0.85 | 0.46 |
| Hex | 83 | D8 | 12 | 27 | 0 | 5C | F | 56 | 55 | 2E |
| Octal | 203 | 330 | 22 | 47 | 0 | 134 | 17 | 126 | 125 | 56 |
| Binary | 10000011 | 11011000 | 10010 | 100111 | 0 | 1011100 | 1111 | 1010110 | 1010101 | 101110 |
Color Harmonies of #83D812
Complementary color
Monochromatic Colors of #83D812
Black with #83D812
Text Example
Text Example
White with #83D812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D812; }
p { color: rgb(131,216,18); }
H1.HeaderClassName
{
color: #83D812;
}
.AnyTagClassName
{
color: #83D812;
}
</style>
background-color css
<style>
a { background-color: #83D812; }
a { background-color: rgb(131,216,18); }
div.DivClassName
{
background-color: #83D812;
}
.BgClassName
{
background-color: #83D812;
}
</style>
border-color css
<style>
span { border-color: #83D812; }
span { border-color: rgb(131,216,18); }
td.TdClassName
{
border-color: #83D812;
}
.TagClassName
{
border-color: #83D812;
}
</style>