Shades of Lawn Green #83D30C
Tints of Lawn Green #83D30C
RGB
CMYK
RGB Variations
Color information
#83D30C (or 0x83D30C) is known color: Lawn Green. HEX triplet: 83, D3 and 0C. RGB value is (131,211,12). Sum of RGB (Red+Green+Blue) = 131+211+12=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 211 (82.81% from 255 or 59.60% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 211 - color contains mainly: green. Hex color #83D30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D30C is #7C2CF3. Grayscale: #A5A5A5. Windows color (decimal): -8137972 or 840579. OLE color: 840579.
HSL color Cylindrical-coordinate representation of color #83D30C: hue angle of 84.12º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83D30C is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 211 | 12 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.17 |
| HSL | 84.12º | 0.89% | 0.44% | - |
| HSV(B) | 84.12º | 0.94% | 0.83% | - |
| XYZ | 32.72 | 51.44 | 8.55 | - |
| YUV | 164.39 | 42 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 211 | 12 | 0.38 | 0 | 0.94 | 0.17 | 84.12 | 0.89 | 0.44 |
| Hex | 83 | D3 | C | 26 | 0 | 5E | 11 | 54 | 59 | 2C |
| Octal | 203 | 323 | 14 | 46 | 0 | 136 | 21 | 124 | 131 | 54 |
| Binary | 10000011 | 11010011 | 1100 | 100110 | 0 | 1011110 | 10001 | 1010100 | 1011001 | 101100 |
Color Harmonies of #83D30C
Complementary color
Monochromatic Colors of #83D30C
Black with #83D30C
Text Example
Text Example
White with #83D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D30C; }
p { color: rgb(131,211,12); }
H1.HeaderClassName
{
color: #83D30C;
}
.AnyTagClassName
{
color: #83D30C;
}
</style>
background-color css
<style>
a { background-color: #83D30C; }
a { background-color: rgb(131,211,12); }
div.DivClassName
{
background-color: #83D30C;
}
.BgClassName
{
background-color: #83D30C;
}
</style>
border-color css
<style>
span { border-color: #83D30C; }
span { border-color: rgb(131,211,12); }
td.TdClassName
{
border-color: #83D30C;
}
.TagClassName
{
border-color: #83D30C;
}
</style>