Shades of Light Green #83E686
Tints of Light Green #83E686
RGB
CMYK
RGB Variations
Color information
#83E686 (or 0x83E686) is known color: Light Green. HEX triplet: 83, E6 and 86. RGB value is (131,230,134). Sum of RGB (Red+Green+Blue) = 131+230+134=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #83E686 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83E686 is #7C1979. Grayscale: #BDBDBD. Windows color (decimal): -8132986 or 8840835. OLE color: 8840835.
HSL color Cylindrical-coordinate representation of color #83E686: hue angle of 121.82º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83E686 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 230 | 134 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.10 |
| HSL | 121.82º | 0.66% | 0.71% | - |
| HSV(B) | 121.82º | 0.43% | 0.9% | - |
| XYZ | 41.96 | 63.14 | 32.53 | - |
| YUV | 189.46 | 96.7 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 230 | 134 | 0.43 | 0 | 0.42 | 0.10 | 121.82 | 0.66 | 0.71 |
| Hex | 83 | E6 | 86 | 2B | 0 | 2A | A | 7A | 42 | 47 |
| Octal | 203 | 346 | 206 | 53 | 0 | 52 | 12 | 172 | 102 | 107 |
| Binary | 10000011 | 11100110 | 10000110 | 101011 | 0 | 101010 | 1010 | 1111010 | 1000010 | 1000111 |
Color Harmonies of #83E686
Complementary color
Monochromatic Colors of #83E686
Black with #83E686
Text Example
Text Example
White with #83E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E686; }
p { color: rgb(131,230,134); }
H1.HeaderClassName
{
color: #83E686;
}
.AnyTagClassName
{
color: #83E686;
}
</style>
background-color css
<style>
a { background-color: #83E686; }
a { background-color: rgb(131,230,134); }
div.DivClassName
{
background-color: #83E686;
}
.BgClassName
{
background-color: #83E686;
}
</style>
border-color css
<style>
span { border-color: #83E686; }
span { border-color: rgb(131,230,134); }
td.TdClassName
{
border-color: #83E686;
}
.TagClassName
{
border-color: #83E686;
}
</style>