Shades of Lawn Green #83F42A
Tints of Lawn Green #83F42A
RGB
CMYK
RGB Variations
Color information
#83F42A (or 0x83F42A) is known color: Lawn Green. HEX triplet: 83, F4 and 2A. RGB value is (131,244,42). Sum of RGB (Red+Green+Blue) = 131+244+42=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 244 (95.70% from 255 or 58.51% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 244 - color contains mainly: green. Hex color #83F42A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F42A is #7C0BD5. Grayscale: #BBBBBB. Windows color (decimal): -8129494 or 2815107. OLE color: 2815107.
HSL color Cylindrical-coordinate representation of color #83F42A: hue angle of 93.56º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83F42A is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 244 | 42 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.04 |
| HSL | 93.56º | 0.9% | 0.56% | - |
| HSV(B) | 93.56º | 0.83% | 0.96% | - |
| XYZ | 42.13 | 69.69 | 13.42 | - |
| YUV | 187.19 | 46.06 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 244 | 42 | 0.46 | 0 | 0.83 | 0.04 | 93.56 | 0.9 | 0.56 |
| Hex | 83 | F4 | 2A | 2E | 0 | 53 | 4 | 5E | 5A | 38 |
| Octal | 203 | 364 | 52 | 56 | 0 | 123 | 4 | 136 | 132 | 70 |
| Binary | 10000011 | 11110100 | 101010 | 101110 | 0 | 1010011 | 100 | 1011110 | 1011010 | 111000 |
Color Harmonies of #83F42A
Complementary color
Monochromatic Colors of #83F42A
Black with #83F42A
Text Example
Text Example
White with #83F42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F42A; }
p { color: rgb(131,244,42); }
H1.HeaderClassName
{
color: #83F42A;
}
.AnyTagClassName
{
color: #83F42A;
}
</style>
background-color css
<style>
a { background-color: #83F42A; }
a { background-color: rgb(131,244,42); }
div.DivClassName
{
background-color: #83F42A;
}
.BgClassName
{
background-color: #83F42A;
}
</style>
border-color css
<style>
span { border-color: #83F42A; }
span { border-color: rgb(131,244,42); }
td.TdClassName
{
border-color: #83F42A;
}
.TagClassName
{
border-color: #83F42A;
}
</style>