Shades of Lawn Green #83F12C
Tints of Lawn Green #83F12C
RGB
CMYK
RGB Variations
Color information
#83F12C (or 0x83F12C) is known color: Lawn Green. HEX triplet: 83, F1 and 2C. RGB value is (131,241,44). Sum of RGB (Red+Green+Blue) = 131+241+44=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #83F12C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F12C is #7C0ED3. Grayscale: #BABABA. Windows color (decimal): -8130260 or 2945411. OLE color: 2945411.
HSL color Cylindrical-coordinate representation of color #83F12C: hue angle of 93.5º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83F12C is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 241 | 44 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.05 |
| HSL | 93.5º | 0.88% | 0.56% | - |
| HSV(B) | 93.5º | 0.82% | 0.95% | - |
| XYZ | 41.27 | 67.92 | 13.32 | - |
| YUV | 185.65 | 48.06 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 241 | 44 | 0.46 | 0 | 0.82 | 0.05 | 93.5 | 0.88 | 0.56 |
| Hex | 83 | F1 | 2C | 2E | 0 | 52 | 5 | 5E | 58 | 38 |
| Octal | 203 | 361 | 54 | 56 | 0 | 122 | 5 | 136 | 130 | 70 |
| Binary | 10000011 | 11110001 | 101100 | 101110 | 0 | 1010010 | 101 | 1011110 | 1011000 | 111000 |
Color Harmonies of #83F12C
Complementary color
Monochromatic Colors of #83F12C
Black with #83F12C
Text Example
Text Example
White with #83F12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F12C; }
p { color: rgb(131,241,44); }
H1.HeaderClassName
{
color: #83F12C;
}
.AnyTagClassName
{
color: #83F12C;
}
</style>
background-color css
<style>
a { background-color: #83F12C; }
a { background-color: rgb(131,241,44); }
div.DivClassName
{
background-color: #83F12C;
}
.BgClassName
{
background-color: #83F12C;
}
</style>
border-color css
<style>
span { border-color: #83F12C; }
span { border-color: rgb(131,241,44); }
td.TdClassName
{
border-color: #83F12C;
}
.TagClassName
{
border-color: #83F12C;
}
</style>