Shades of Lawn Green #83D600
Tints of Lawn Green #83D600
RGB
CMYK
RGB Variations
Color information
#83D600 (or 0x83D600) is known color: Lawn Green. HEX triplet: 83, D6 and 00. RGB value is (131,214,0). Sum of RGB (Red+Green+Blue) = 131+214+0=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 214 (83.98% from 255 or 62.03% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 214 - color contains mainly: green. Hex color #83D600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D600 is #7C29FF. Grayscale: #A5A5A5. Windows color (decimal): -8137216 or 54915. OLE color: 54915.
HSL color Cylindrical-coordinate representation of color #83D600: hue angle of 83.27º 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 #83D600 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 214 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.16 |
| HSL | 83.27º | 1% | 0.42% | - |
| HSV(B) | 83.27º | 1% | 0.84% | - |
| XYZ | 33.41 | 52.92 | 8.45 | - |
| YUV | 164.79 | 35 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 214 | 0 | 0.39 | 0 | 1 | 0.16 | 83.27 | 1 | 0.42 |
| Hex | 83 | D6 | 0 | 27 | 0 | 64 | 10 | 53 | 64 | 2A |
| Octal | 203 | 326 | 0 | 47 | 0 | 144 | 20 | 123 | 144 | 52 |
| Binary | 10000011 | 11010110 | 0 | 100111 | 0 | 1100100 | 10000 | 1010011 | 1100100 | 101010 |
Color Harmonies of #83D600
Complementary color
Monochromatic Colors of #83D600
Black with #83D600
Text Example
Text Example
White with #83D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D600; }
p { color: rgb(131,214,0); }
H1.HeaderClassName
{
color: #83D600;
}
.AnyTagClassName
{
color: #83D600;
}
</style>
background-color css
<style>
a { background-color: #83D600; }
a { background-color: rgb(131,214,0); }
div.DivClassName
{
background-color: #83D600;
}
.BgClassName
{
background-color: #83D600;
}
</style>
border-color css
<style>
span { border-color: #83D600; }
span { border-color: rgb(131,214,0); }
td.TdClassName
{
border-color: #83D600;
}
.TagClassName
{
border-color: #83D600;
}
</style>