Shades of Light Green #83F696
Tints of Light Green #83F696
RGB
CMYK
RGB Variations
Color information
#83F696 (or 0x83F696) is known color: Light Green. HEX triplet: 83, F6 and 96. RGB value is (131,246,150). Sum of RGB (Red+Green+Blue) = 131+246+150=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #83F696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F696 is #7C0969. Grayscale: #C8C8C8. Windows color (decimal): -8128874 or 9893507. OLE color: 9893507.
HSL color Cylindrical-coordinate representation of color #83F696: hue angle of 129.91º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F696 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 246 | 150 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.04 |
| HSL | 129.91º | 0.86% | 0.74% | - |
| HSV(B) | 129.91º | 0.47% | 0.96% | - |
| XYZ | 47.82 | 72.94 | 40.41 | - |
| YUV | 200.67 | 99.4 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 246 | 150 | 0.47 | 0 | 0.39 | 0.04 | 129.91 | 0.86 | 0.74 |
| Hex | 83 | F6 | 96 | 2F | 0 | 27 | 4 | 82 | 56 | 4A |
| Octal | 203 | 366 | 226 | 57 | 0 | 47 | 4 | 202 | 126 | 112 |
| Binary | 10000011 | 11110110 | 10010110 | 101111 | 0 | 100111 | 100 | 10000010 | 1010110 | 1001010 |
Color Harmonies of #83F696
Complementary color
Monochromatic Colors of #83F696
Black with #83F696
Text Example
Text Example
White with #83F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F696; }
p { color: rgb(131,246,150); }
H1.HeaderClassName
{
color: #83F696;
}
.AnyTagClassName
{
color: #83F696;
}
</style>
background-color css
<style>
a { background-color: #83F696; }
a { background-color: rgb(131,246,150); }
div.DivClassName
{
background-color: #83F696;
}
.BgClassName
{
background-color: #83F696;
}
</style>
border-color css
<style>
span { border-color: #83F696; }
span { border-color: rgb(131,246,150); }
td.TdClassName
{
border-color: #83F696;
}
.TagClassName
{
border-color: #83F696;
}
</style>