Shades of Light Green #83F87D
Tints of Light Green #83F87D
RGB
CMYK
RGB Variations
Color information
#83F87D (or 0x83F87D) is known color: Light Green. HEX triplet: 83, F8 and 7D. RGB value is (131,248,125). Sum of RGB (Red+Green+Blue) = 131+248+125=504 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.99% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #83F87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83F87D is #7C0782. Grayscale: #C7C7C7. Windows color (decimal): -8128387 or 8255619. OLE color: 8255619.
HSL color Cylindrical-coordinate representation of color #83F87D: hue angle of 117.07º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83F87D is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 248 | 125 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.03 |
| HSL | 117.07º | 0.9% | 0.73% | - |
| HSV(B) | 117.07º | 0.5% | 0.97% | - |
| XYZ | 46.63 | 73.44 | 31.12 | - |
| YUV | 199 | 86.24 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 248 | 125 | 0.47 | 0 | 0.50 | 0.03 | 117.07 | 0.9 | 0.73 |
| Hex | 83 | F8 | 7D | 2F | 0 | 32 | 3 | 75 | 5A | 49 |
| Octal | 203 | 370 | 175 | 57 | 0 | 62 | 3 | 165 | 132 | 111 |
| Binary | 10000011 | 11111000 | 1111101 | 101111 | 0 | 110010 | 11 | 1110101 | 1011010 | 1001001 |
Color Harmonies of #83F87D
Complementary color
Monochromatic Colors of #83F87D
Black with #83F87D
Text Example
Text Example
White with #83F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F87D; }
p { color: rgb(131,248,125); }
H1.HeaderClassName
{
color: #83F87D;
}
.AnyTagClassName
{
color: #83F87D;
}
</style>
background-color css
<style>
a { background-color: #83F87D; }
a { background-color: rgb(131,248,125); }
div.DivClassName
{
background-color: #83F87D;
}
.BgClassName
{
background-color: #83F87D;
}
</style>
border-color css
<style>
span { border-color: #83F87D; }
span { border-color: rgb(131,248,125); }
td.TdClassName
{
border-color: #83F87D;
}
.TagClassName
{
border-color: #83F87D;
}
</style>