Shades of Lawn Green #83E314
Tints of Lawn Green #83E314
RGB
CMYK
RGB Variations
Color information
#83E314 (or 0x83E314) is known color: Lawn Green. HEX triplet: 83, E3 and 14. RGB value is (131,227,20). Sum of RGB (Red+Green+Blue) = 131+227+20=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 227 (89.06% from 255 or 60.05% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 227 - color contains mainly: green. Hex color #83E314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83E314 is #7C1CEB. Grayscale: #AFAFAF. Windows color (decimal): -8133868 or 1368963. OLE color: 1368963.
HSL color Cylindrical-coordinate representation of color #83E314: hue angle of 87.83º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83E314 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 227 | 20 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.11 |
| HSL | 87.83º | 0.84% | 0.48% | - |
| HSV(B) | 87.83º | 0.91% | 0.89% | - |
| XYZ | 36.96 | 59.81 | 10.26 | - |
| YUV | 174.7 | 40.7 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 227 | 20 | 0.42 | 0 | 0.91 | 0.11 | 87.83 | 0.84 | 0.48 |
| Hex | 83 | E3 | 14 | 2A | 0 | 5B | B | 58 | 54 | 30 |
| Octal | 203 | 343 | 24 | 52 | 0 | 133 | 13 | 130 | 124 | 60 |
| Binary | 10000011 | 11100011 | 10100 | 101010 | 0 | 1011011 | 1011 | 1011000 | 1010100 | 110000 |
Color Harmonies of #83E314
Complementary color
Monochromatic Colors of #83E314
Black with #83E314
Text Example
Text Example
White with #83E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E314; }
p { color: rgb(131,227,20); }
H1.HeaderClassName
{
color: #83E314;
}
.AnyTagClassName
{
color: #83E314;
}
</style>
background-color css
<style>
a { background-color: #83E314; }
a { background-color: rgb(131,227,20); }
div.DivClassName
{
background-color: #83E314;
}
.BgClassName
{
background-color: #83E314;
}
</style>
border-color css
<style>
span { border-color: #83E314; }
span { border-color: rgb(131,227,20); }
td.TdClassName
{
border-color: #83E314;
}
.TagClassName
{
border-color: #83E314;
}
</style>