Shades of Light Green #83F986
Tints of Light Green #83F986
RGB
CMYK
RGB Variations
Color information
#83F986 (or 0x83F986) is known color: Light Green. HEX triplet: 83, F9 and 86. RGB value is (131,249,134). Sum of RGB (Red+Green+Blue) = 131+249+134=514 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.49% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #83F986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F986 is #7C0679. Grayscale: #C8C8C8. Windows color (decimal): -8128122 or 8845699. OLE color: 8845699.
HSL color Cylindrical-coordinate representation of color #83F986: hue angle of 121.53º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F986 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 249 | 134 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.02 |
| HSL | 121.53º | 0.91% | 0.75% | - |
| HSV(B) | 121.53º | 0.47% | 0.98% | - |
| XYZ | 47.54 | 74.3 | 34.39 | - |
| YUV | 200.61 | 90.41 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 249 | 134 | 0.47 | 0 | 0.46 | 0.02 | 121.53 | 0.91 | 0.75 |
| Hex | 83 | F9 | 86 | 2F | 0 | 2E | 2 | 7A | 5B | 4B |
| Octal | 203 | 371 | 206 | 57 | 0 | 56 | 2 | 172 | 133 | 113 |
| Binary | 10000011 | 11111001 | 10000110 | 101111 | 0 | 101110 | 10 | 1111010 | 1011011 | 1001011 |
Color Harmonies of #83F986
Complementary color
Monochromatic Colors of #83F986
Black with #83F986
Text Example
Text Example
White with #83F986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F986; }
p { color: rgb(131,249,134); }
H1.HeaderClassName
{
color: #83F986;
}
.AnyTagClassName
{
color: #83F986;
}
</style>
background-color css
<style>
a { background-color: #83F986; }
a { background-color: rgb(131,249,134); }
div.DivClassName
{
background-color: #83F986;
}
.BgClassName
{
background-color: #83F986;
}
</style>
border-color css
<style>
span { border-color: #83F986; }
span { border-color: rgb(131,249,134); }
td.TdClassName
{
border-color: #83F986;
}
.TagClassName
{
border-color: #83F986;
}
</style>