Shades of Lawn Green #83D500
Tints of Lawn Green #83D500
RGB
CMYK
RGB Variations
Color information
#83D500 (or 0x83D500) is known color: Lawn Green. HEX triplet: 83, D5 and 00. RGB value is (131,213,0). Sum of RGB (Red+Green+Blue) = 131+213+0=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 213 (83.59% from 255 or 61.92% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 213 - color contains mainly: green. Hex color #83D500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D500 is #7C2AFF. Grayscale: #A4A4A4. Windows color (decimal): -8137472 or 54659. OLE color: 54659.
HSL color Cylindrical-coordinate representation of color #83D500: hue angle of 83.1º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83D500 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 213 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.16 |
| HSL | 83.1º | 1% | 0.42% | - |
| HSV(B) | 83.1º | 1% | 0.84% | - |
| XYZ | 33.15 | 52.41 | 8.37 | - |
| YUV | 164.2 | 35.33 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 213 | 0 | 0.38 | 0 | 1 | 0.16 | 83.1 | 1 | 0.42 |
| Hex | 83 | D5 | 0 | 26 | 0 | 64 | 10 | 53 | 64 | 2A |
| Octal | 203 | 325 | 0 | 46 | 0 | 144 | 20 | 123 | 144 | 52 |
| Binary | 10000011 | 11010101 | 0 | 100110 | 0 | 1100100 | 10000 | 1010011 | 1100100 | 101010 |
Color Harmonies of #83D500
Complementary color
Monochromatic Colors of #83D500
Black with #83D500
Text Example
Text Example
White with #83D500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D500; }
p { color: rgb(131,213,0); }
H1.HeaderClassName
{
color: #83D500;
}
.AnyTagClassName
{
color: #83D500;
}
</style>
background-color css
<style>
a { background-color: #83D500; }
a { background-color: rgb(131,213,0); }
div.DivClassName
{
background-color: #83D500;
}
.BgClassName
{
background-color: #83D500;
}
</style>
border-color css
<style>
span { border-color: #83D500; }
span { border-color: rgb(131,213,0); }
td.TdClassName
{
border-color: #83D500;
}
.TagClassName
{
border-color: #83D500;
}
</style>