Shades of Lawn Green #83DC14
Tints of Lawn Green #83DC14
RGB
CMYK
RGB Variations
Color information
#83DC14 (or 0x83DC14) is known color: Lawn Green. HEX triplet: 83, DC and 14. RGB value is (131,220,20). Sum of RGB (Red+Green+Blue) = 131+220+20=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83DC14 is #7C23EB. Grayscale: #ABABAB. Windows color (decimal): -8135660 or 1367171. OLE color: 1367171.
HSL color Cylindrical-coordinate representation of color #83DC14: hue angle of 86.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83DC14 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 20 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.14 |
| HSL | 86.7º | 0.83% | 0.47% | - |
| HSV(B) | 86.7º | 0.91% | 0.86% | - |
| XYZ | 35.08 | 56.06 | 9.63 | - |
| YUV | 170.59 | 43.01 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 20 | 0.40 | 0 | 0.91 | 0.14 | 86.7 | 0.83 | 0.47 |
| Hex | 83 | DC | 14 | 28 | 0 | 5B | E | 57 | 53 | 2F |
| Octal | 203 | 334 | 24 | 50 | 0 | 133 | 16 | 127 | 123 | 57 |
| Binary | 10000011 | 11011100 | 10100 | 101000 | 0 | 1011011 | 1110 | 1010111 | 1010011 | 101111 |
Color Harmonies of #83DC14
Complementary color
Monochromatic Colors of #83DC14
Black with #83DC14
Text Example
Text Example
White with #83DC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DC14; }
p { color: rgb(131,220,20); }
H1.HeaderClassName
{
color: #83DC14;
}
.AnyTagClassName
{
color: #83DC14;
}
</style>
background-color css
<style>
a { background-color: #83DC14; }
a { background-color: rgb(131,220,20); }
div.DivClassName
{
background-color: #83DC14;
}
.BgClassName
{
background-color: #83DC14;
}
</style>
border-color css
<style>
span { border-color: #83DC14; }
span { border-color: rgb(131,220,20); }
td.TdClassName
{
border-color: #83DC14;
}
.TagClassName
{
border-color: #83DC14;
}
</style>