Shades of Light Green #83F881
Tints of Light Green #83F881
RGB
CMYK
RGB Variations
Color information
#83F881 (or 0x83F881) is known color: Light Green. HEX triplet: 83, F8 and 81. RGB value is (131,248,129). Sum of RGB (Red+Green+Blue) = 131+248+129=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #83F881 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F881 is #7C077E. Grayscale: #C7C7C7. Windows color (decimal): -8128383 or 8517763. OLE color: 8517763.
HSL color Cylindrical-coordinate representation of color #83F881: hue angle of 118.99º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83F881 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 248 | 129 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.03 |
| HSL | 118.99º | 0.89% | 0.74% | - |
| HSV(B) | 118.99º | 0.48% | 0.97% | - |
| XYZ | 46.89 | 73.55 | 32.49 | - |
| YUV | 199.45 | 88.24 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 248 | 129 | 0.47 | 0 | 0.48 | 0.03 | 118.99 | 0.89 | 0.74 |
| Hex | 83 | F8 | 81 | 2F | 0 | 30 | 3 | 77 | 59 | 4A |
| Octal | 203 | 370 | 201 | 57 | 0 | 60 | 3 | 167 | 131 | 112 |
| Binary | 10000011 | 11111000 | 10000001 | 101111 | 0 | 110000 | 11 | 1110111 | 1011001 | 1001010 |
Color Harmonies of #83F881
Complementary color
Monochromatic Colors of #83F881
Black with #83F881
Text Example
Text Example
White with #83F881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F881; }
p { color: rgb(131,248,129); }
H1.HeaderClassName
{
color: #83F881;
}
.AnyTagClassName
{
color: #83F881;
}
</style>
background-color css
<style>
a { background-color: #83F881; }
a { background-color: rgb(131,248,129); }
div.DivClassName
{
background-color: #83F881;
}
.BgClassName
{
background-color: #83F881;
}
</style>
border-color css
<style>
span { border-color: #83F881; }
span { border-color: rgb(131,248,129); }
td.TdClassName
{
border-color: #83F881;
}
.TagClassName
{
border-color: #83F881;
}
</style>