Shades of Light Green #83F081
Tints of Light Green #83F081
RGB
CMYK
RGB Variations
Color information
#83F081 (or 0x83F081) is known color: Light Green. HEX triplet: 83, F0 and 81. RGB value is (131,240,129). Sum of RGB (Red+Green+Blue) = 131+240+129=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #83F081 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F081 is #7C0F7E. Grayscale: #C3C3C3. Windows color (decimal): -8130431 or 8515715. OLE color: 8515715.
HSL color Cylindrical-coordinate representation of color #83F081: hue angle of 118.92º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F081 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 240 | 129 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.06 |
| HSL | 118.92º | 0.79% | 0.72% | - |
| HSV(B) | 118.92º | 0.46% | 0.94% | - |
| XYZ | 44.48 | 68.73 | 31.69 | - |
| YUV | 194.76 | 90.89 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 240 | 129 | 0.45 | 0 | 0.46 | 0.06 | 118.92 | 0.79 | 0.72 |
| Hex | 83 | F0 | 81 | 2D | 0 | 2E | 6 | 77 | 4F | 48 |
| Octal | 203 | 360 | 201 | 55 | 0 | 56 | 6 | 167 | 117 | 110 |
| Binary | 10000011 | 11110000 | 10000001 | 101101 | 0 | 101110 | 110 | 1110111 | 1001111 | 1001000 |
Color Harmonies of #83F081
Complementary color
Monochromatic Colors of #83F081
Black with #83F081
Text Example
Text Example
White with #83F081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F081; }
p { color: rgb(131,240,129); }
H1.HeaderClassName
{
color: #83F081;
}
.AnyTagClassName
{
color: #83F081;
}
</style>
background-color css
<style>
a { background-color: #83F081; }
a { background-color: rgb(131,240,129); }
div.DivClassName
{
background-color: #83F081;
}
.BgClassName
{
background-color: #83F081;
}
</style>
border-color css
<style>
span { border-color: #83F081; }
span { border-color: rgb(131,240,129); }
td.TdClassName
{
border-color: #83F081;
}
.TagClassName
{
border-color: #83F081;
}
</style>