Shades of Light Green #83F486
Tints of Light Green #83F486
RGB
CMYK
RGB Variations
Color information
#83F486 (or 0x83F486) is known color: Light Green. HEX triplet: 83, F4 and 86. RGB value is (131,244,134). Sum of RGB (Red+Green+Blue) = 131+244+134=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #83F486 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F486 is #7C0B79. Grayscale: #C6C6C6. Windows color (decimal): -8129402 or 8844419. OLE color: 8844419.
HSL color Cylindrical-coordinate representation of color #83F486: hue angle of 121.59º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F486 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 244 | 134 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.04 |
| HSL | 121.59º | 0.84% | 0.74% | - |
| HSV(B) | 121.59º | 0.46% | 0.96% | - |
| XYZ | 46.01 | 71.25 | 33.88 | - |
| YUV | 197.67 | 92.06 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 244 | 134 | 0.46 | 0 | 0.45 | 0.04 | 121.59 | 0.84 | 0.74 |
| Hex | 83 | F4 | 86 | 2E | 0 | 2D | 4 | 7A | 54 | 4A |
| Octal | 203 | 364 | 206 | 56 | 0 | 55 | 4 | 172 | 124 | 112 |
| Binary | 10000011 | 11110100 | 10000110 | 101110 | 0 | 101101 | 100 | 1111010 | 1010100 | 1001010 |
Color Harmonies of #83F486
Complementary color
Monochromatic Colors of #83F486
Black with #83F486
Text Example
Text Example
White with #83F486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F486; }
p { color: rgb(131,244,134); }
H1.HeaderClassName
{
color: #83F486;
}
.AnyTagClassName
{
color: #83F486;
}
</style>
background-color css
<style>
a { background-color: #83F486; }
a { background-color: rgb(131,244,134); }
div.DivClassName
{
background-color: #83F486;
}
.BgClassName
{
background-color: #83F486;
}
</style>
border-color css
<style>
span { border-color: #83F486; }
span { border-color: rgb(131,244,134); }
td.TdClassName
{
border-color: #83F486;
}
.TagClassName
{
border-color: #83F486;
}
</style>