Shades of Light Green #83FB7B
Tints of Light Green #83FB7B
RGB
CMYK
RGB Variations
Color information
#83FB7B (or 0x83FB7B) is known color: Light Green. HEX triplet: 83, FB and 7B. RGB value is (131,251,123). Sum of RGB (Red+Green+Blue) = 131+251+123=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #83FB7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83FB7B is #7C0484. Grayscale: #C8C8C8. Windows color (decimal): -8127621 or 8125315. OLE color: 8125315.
HSL color Cylindrical-coordinate representation of color #83FB7B: hue angle of 116.25º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83FB7B is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 251 | 123 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.02 |
| HSL | 116.25º | 0.94% | 0.73% | - |
| HSV(B) | 116.25º | 0.51% | 0.98% | - |
| XYZ | 47.43 | 75.25 | 30.76 | - |
| YUV | 200.53 | 84.24 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 251 | 123 | 0.48 | 0 | 0.51 | 0.02 | 116.25 | 0.94 | 0.73 |
| Hex | 83 | FB | 7B | 30 | 0 | 33 | 2 | 74 | 5E | 49 |
| Octal | 203 | 373 | 173 | 60 | 0 | 63 | 2 | 164 | 136 | 111 |
| Binary | 10000011 | 11111011 | 1111011 | 110000 | 0 | 110011 | 10 | 1110100 | 1011110 | 1001001 |
Color Harmonies of #83FB7B
Complementary color
Monochromatic Colors of #83FB7B
Black with #83FB7B
Text Example
Text Example
White with #83FB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FB7B; }
p { color: rgb(131,251,123); }
H1.HeaderClassName
{
color: #83FB7B;
}
.AnyTagClassName
{
color: #83FB7B;
}
</style>
background-color css
<style>
a { background-color: #83FB7B; }
a { background-color: rgb(131,251,123); }
div.DivClassName
{
background-color: #83FB7B;
}
.BgClassName
{
background-color: #83FB7B;
}
</style>
border-color css
<style>
span { border-color: #83FB7B; }
span { border-color: rgb(131,251,123); }
td.TdClassName
{
border-color: #83FB7B;
}
.TagClassName
{
border-color: #83FB7B;
}
</style>