Shades of Lawn Green #83D801
Tints of Lawn Green #83D801
RGB
CMYK
RGB Variations
Color information
#83D801 (or 0x83D801) is known color: Lawn Green. HEX triplet: 83, D8 and 01. RGB value is (131,216,1). Sum of RGB (Red+Green+Blue) = 131+216+1=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 216 (84.77% from 255 or 62.07% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 216 - color contains mainly: green. Hex color #83D801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D801 is #7C27FE. Grayscale: #A6A6A6. Windows color (decimal): -8136703 or 120963. OLE color: 120963.
HSL color Cylindrical-coordinate representation of color #83D801: hue angle of 83.72º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83D801 is Cyan = 0.39, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 1 | - |
| CMYK | 0.39 | 0 | 1.00 | 0.15 |
| HSL | 83.72º | 0.99% | 0.43% | - |
| HSV(B) | 83.72º | 1% | 0.85% | - |
| XYZ | 33.92 | 53.94 | 8.65 | - |
| YUV | 166.08 | 34.84 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 1 | 0.39 | 0 | 1.00 | 0.15 | 83.72 | 0.99 | 0.43 |
| Hex | 83 | D8 | 1 | 27 | 0 | 64 | F | 54 | 63 | 2B |
| Octal | 203 | 330 | 1 | 47 | 0 | 144 | 17 | 124 | 143 | 53 |
| Binary | 10000011 | 11011000 | 1 | 100111 | 0 | 1100100 | 1111 | 1010100 | 1100011 | 101011 |
Color Harmonies of #83D801
Complementary color
Monochromatic Colors of #83D801
Black with #83D801
Text Example
Text Example
White with #83D801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D801; }
p { color: rgb(131,216,1); }
H1.HeaderClassName
{
color: #83D801;
}
.AnyTagClassName
{
color: #83D801;
}
</style>
background-color css
<style>
a { background-color: #83D801; }
a { background-color: rgb(131,216,1); }
div.DivClassName
{
background-color: #83D801;
}
.BgClassName
{
background-color: #83D801;
}
</style>
border-color css
<style>
span { border-color: #83D801; }
span { border-color: rgb(131,216,1); }
td.TdClassName
{
border-color: #83D801;
}
.TagClassName
{
border-color: #83D801;
}
</style>