Shades of Light Green #83F880
Tints of Light Green #83F880
RGB
CMYK
RGB Variations
Color information
#83F880 (or 0x83F880) is known color: Light Green. HEX triplet: 83, F8 and 80. RGB value is (131,248,128). Sum of RGB (Red+Green+Blue) = 131+248+128=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #83F880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F880 is #7C077F. Grayscale: #C7C7C7. Windows color (decimal): -8128384 or 8452227. OLE color: 8452227.
HSL color Cylindrical-coordinate representation of color #83F880: hue angle of 118.5º degrees, saturation: 0.9, 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 #83F880 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 248 | 128 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.03 |
| HSL | 118.5º | 0.9% | 0.74% | - |
| HSV(B) | 118.5º | 0.48% | 0.97% | - |
| XYZ | 46.82 | 73.52 | 32.14 | - |
| YUV | 199.34 | 87.74 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 248 | 128 | 0.47 | 0 | 0.48 | 0.03 | 118.5 | 0.9 | 0.74 |
| Hex | 83 | F8 | 80 | 2F | 0 | 30 | 3 | 76 | 5A | 4A |
| Octal | 203 | 370 | 200 | 57 | 0 | 60 | 3 | 166 | 132 | 112 |
| Binary | 10000011 | 11111000 | 10000000 | 101111 | 0 | 110000 | 11 | 1110110 | 1011010 | 1001010 |
Color Harmonies of #83F880
Complementary color
Monochromatic Colors of #83F880
Black with #83F880
Text Example
Text Example
White with #83F880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F880; }
p { color: rgb(131,248,128); }
H1.HeaderClassName
{
color: #83F880;
}
.AnyTagClassName
{
color: #83F880;
}
</style>
background-color css
<style>
a { background-color: #83F880; }
a { background-color: rgb(131,248,128); }
div.DivClassName
{
background-color: #83F880;
}
.BgClassName
{
background-color: #83F880;
}
</style>
border-color css
<style>
span { border-color: #83F880; }
span { border-color: rgb(131,248,128); }
td.TdClassName
{
border-color: #83F880;
}
.TagClassName
{
border-color: #83F880;
}
</style>