Shades of Light Green #83FB7D
Tints of Light Green #83FB7D
RGB
CMYK
RGB Variations
Color information
#83FB7D (or 0x83FB7D) is known color: Light Green. HEX triplet: 83, FB and 7D. RGB value is (131,251,125). Sum of RGB (Red+Green+Blue) = 131+251+125=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #83FB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83FB7D is #7C0482. Grayscale: #C9C9C9. Windows color (decimal): -8127619 or 8256387. OLE color: 8256387.
HSL color Cylindrical-coordinate representation of color #83FB7D: hue angle of 117.14º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83FB7D is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 251 | 125 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.02 |
| HSL | 117.14º | 0.94% | 0.74% | - |
| HSV(B) | 117.14º | 0.5% | 0.98% | - |
| XYZ | 47.56 | 75.3 | 31.43 | - |
| YUV | 200.76 | 85.24 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 251 | 125 | 0.48 | 0 | 0.50 | 0.02 | 117.14 | 0.94 | 0.74 |
| Hex | 83 | FB | 7D | 30 | 0 | 32 | 2 | 75 | 5E | 4A |
| Octal | 203 | 373 | 175 | 60 | 0 | 62 | 2 | 165 | 136 | 112 |
| Binary | 10000011 | 11111011 | 1111101 | 110000 | 0 | 110010 | 10 | 1110101 | 1011110 | 1001010 |
Color Harmonies of #83FB7D
Complementary color
Monochromatic Colors of #83FB7D
Black with #83FB7D
Text Example
Text Example
White with #83FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FB7D; }
p { color: rgb(131,251,125); }
H1.HeaderClassName
{
color: #83FB7D;
}
.AnyTagClassName
{
color: #83FB7D;
}
</style>
background-color css
<style>
a { background-color: #83FB7D; }
a { background-color: rgb(131,251,125); }
div.DivClassName
{
background-color: #83FB7D;
}
.BgClassName
{
background-color: #83FB7D;
}
</style>
border-color css
<style>
span { border-color: #83FB7D; }
span { border-color: rgb(131,251,125); }
td.TdClassName
{
border-color: #83FB7D;
}
.TagClassName
{
border-color: #83FB7D;
}
</style>