Shades of Light Green #83F286
Tints of Light Green #83F286
RGB
CMYK
RGB Variations
Color information
#83F286 (or 0x83F286) is known color: Light Green. HEX triplet: 83, F2 and 86. RGB value is (131,242,134). Sum of RGB (Red+Green+Blue) = 131+242+134=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #83F286 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F286 is #7C0D79. Grayscale: #C4C4C4. Windows color (decimal): -8129914 or 8843907. OLE color: 8843907.
HSL color Cylindrical-coordinate representation of color #83F286: hue angle of 121.62º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F286 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 242 | 134 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.05 |
| HSL | 121.62º | 0.81% | 0.73% | - |
| HSV(B) | 121.62º | 0.46% | 0.95% | - |
| XYZ | 45.42 | 70.05 | 33.68 | - |
| YUV | 196.5 | 92.73 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 242 | 134 | 0.46 | 0 | 0.45 | 0.05 | 121.62 | 0.81 | 0.73 |
| Hex | 83 | F2 | 86 | 2E | 0 | 2D | 5 | 7A | 51 | 49 |
| Octal | 203 | 362 | 206 | 56 | 0 | 55 | 5 | 172 | 121 | 111 |
| Binary | 10000011 | 11110010 | 10000110 | 101110 | 0 | 101101 | 101 | 1111010 | 1010001 | 1001001 |
Color Harmonies of #83F286
Complementary color
Monochromatic Colors of #83F286
Black with #83F286
Text Example
Text Example
White with #83F286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F286; }
p { color: rgb(131,242,134); }
H1.HeaderClassName
{
color: #83F286;
}
.AnyTagClassName
{
color: #83F286;
}
</style>
background-color css
<style>
a { background-color: #83F286; }
a { background-color: rgb(131,242,134); }
div.DivClassName
{
background-color: #83F286;
}
.BgClassName
{
background-color: #83F286;
}
</style>
border-color css
<style>
span { border-color: #83F286; }
span { border-color: rgb(131,242,134); }
td.TdClassName
{
border-color: #83F286;
}
.TagClassName
{
border-color: #83F286;
}
</style>