Shades of Lawn Green #83D501
Tints of Lawn Green #83D501
RGB
CMYK
RGB Variations
Color information
#83D501 (or 0x83D501) is known color: Lawn Green. HEX triplet: 83, D5 and 01. RGB value is (131,213,1). Sum of RGB (Red+Green+Blue) = 131+213+1=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #83D501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D501 is #7C2AFE. Grayscale: #A5A5A5. Windows color (decimal): -8137471 or 120195. OLE color: 120195.
HSL color Cylindrical-coordinate representation of color #83D501: hue angle of 83.21º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83D501 is Cyan = 0.38, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 213 | 1 | - |
| CMYK | 0.38 | 0 | 1.00 | 0.16 |
| HSL | 83.21º | 0.99% | 0.42% | - |
| HSV(B) | 83.21º | 1% | 0.84% | - |
| XYZ | 33.16 | 52.42 | 8.4 | - |
| YUV | 164.31 | 35.83 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 213 | 1 | 0.38 | 0 | 1.00 | 0.16 | 83.21 | 0.99 | 0.42 |
| Hex | 83 | D5 | 1 | 26 | 0 | 64 | 10 | 53 | 63 | 2A |
| Octal | 203 | 325 | 1 | 46 | 0 | 144 | 20 | 123 | 143 | 52 |
| Binary | 10000011 | 11010101 | 1 | 100110 | 0 | 1100100 | 10000 | 1010011 | 1100011 | 101010 |
Color Harmonies of #83D501
Complementary color
Monochromatic Colors of #83D501
Black with #83D501
Text Example
Text Example
White with #83D501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D501; }
p { color: rgb(131,213,1); }
H1.HeaderClassName
{
color: #83D501;
}
.AnyTagClassName
{
color: #83D501;
}
</style>
background-color css
<style>
a { background-color: #83D501; }
a { background-color: rgb(131,213,1); }
div.DivClassName
{
background-color: #83D501;
}
.BgClassName
{
background-color: #83D501;
}
</style>
border-color css
<style>
span { border-color: #83D501; }
span { border-color: rgb(131,213,1); }
td.TdClassName
{
border-color: #83D501;
}
.TagClassName
{
border-color: #83D501;
}
</style>