Shades of Light Green #83F195
Tints of Light Green #83F195
RGB
CMYK
RGB Variations
Color information
#83F195 (or 0x83F195) is known color: Light Green. HEX triplet: 83, F1 and 95. RGB value is (131,241,149). Sum of RGB (Red+Green+Blue) = 131+241+149=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #83F195 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F195 is #7C0E6A. Grayscale: #C5C5C5. Windows color (decimal): -8130155 or 9826691. OLE color: 9826691.
HSL color Cylindrical-coordinate representation of color #83F195: hue angle of 129.82º degrees, saturation: 0.8, 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 #83F195 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 241 | 149 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.05 |
| HSL | 129.82º | 0.8% | 0.73% | - |
| HSV(B) | 129.82º | 0.46% | 0.95% | - |
| XYZ | 46.24 | 69.91 | 39.49 | - |
| YUV | 197.62 | 100.56 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 241 | 149 | 0.46 | 0 | 0.38 | 0.05 | 129.82 | 0.8 | 0.73 |
| Hex | 83 | F1 | 95 | 2E | 0 | 26 | 5 | 82 | 50 | 49 |
| Octal | 203 | 361 | 225 | 56 | 0 | 46 | 5 | 202 | 120 | 111 |
| Binary | 10000011 | 11110001 | 10010101 | 101110 | 0 | 100110 | 101 | 10000010 | 1010000 | 1001001 |
Color Harmonies of #83F195
Complementary color
Monochromatic Colors of #83F195
Black with #83F195
Text Example
Text Example
White with #83F195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F195; }
p { color: rgb(131,241,149); }
H1.HeaderClassName
{
color: #83F195;
}
.AnyTagClassName
{
color: #83F195;
}
</style>
background-color css
<style>
a { background-color: #83F195; }
a { background-color: rgb(131,241,149); }
div.DivClassName
{
background-color: #83F195;
}
.BgClassName
{
background-color: #83F195;
}
</style>
border-color css
<style>
span { border-color: #83F195; }
span { border-color: rgb(131,241,149); }
td.TdClassName
{
border-color: #83F195;
}
.TagClassName
{
border-color: #83F195;
}
</style>