Shades of Light Green #83FA7D
Tints of Light Green #83FA7D
RGB
CMYK
RGB Variations
Color information
#83FA7D (or 0x83FA7D) is known color: Light Green. HEX triplet: 83, FA and 7D. RGB value is (131,250,125). Sum of RGB (Red+Green+Blue) = 131+250+125=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #83FA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83FA7D is #7C0582. Grayscale: #C8C8C8. Windows color (decimal): -8127875 or 8256131. OLE color: 8256131.
HSL color Cylindrical-coordinate representation of color #83FA7D: hue angle of 117.12º degrees, saturation: 0.93, 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 #83FA7D is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 250 | 125 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.02 |
| HSL | 117.12º | 0.93% | 0.74% | - |
| HSV(B) | 117.12º | 0.5% | 0.98% | - |
| XYZ | 47.25 | 74.68 | 31.33 | - |
| YUV | 200.17 | 85.58 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 250 | 125 | 0.48 | 0 | 0.50 | 0.02 | 117.12 | 0.93 | 0.74 |
| Hex | 83 | FA | 7D | 30 | 0 | 32 | 2 | 75 | 5D | 4A |
| Octal | 203 | 372 | 175 | 60 | 0 | 62 | 2 | 165 | 135 | 112 |
| Binary | 10000011 | 11111010 | 1111101 | 110000 | 0 | 110010 | 10 | 1110101 | 1011101 | 1001010 |
Color Harmonies of #83FA7D
Complementary color
Monochromatic Colors of #83FA7D
Black with #83FA7D
Text Example
Text Example
White with #83FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FA7D; }
p { color: rgb(131,250,125); }
H1.HeaderClassName
{
color: #83FA7D;
}
.AnyTagClassName
{
color: #83FA7D;
}
</style>
background-color css
<style>
a { background-color: #83FA7D; }
a { background-color: rgb(131,250,125); }
div.DivClassName
{
background-color: #83FA7D;
}
.BgClassName
{
background-color: #83FA7D;
}
</style>
border-color css
<style>
span { border-color: #83FA7D; }
span { border-color: rgb(131,250,125); }
td.TdClassName
{
border-color: #83FA7D;
}
.TagClassName
{
border-color: #83FA7D;
}
</style>