Shades of Light Green #83FF8A
Tints of Light Green #83FF8A
RGB
CMYK
RGB Variations
Color information
#83FF8A (or 0x83FF8A) is known color: Light Green. HEX triplet: 83, FF and 8A. RGB value is (131,255,138). Sum of RGB (Red+Green+Blue) = 131+255+138=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83FF8A is #7C0075. Grayscale: #CCCCCC. Windows color (decimal): -8126582 or 9109379. OLE color: 9109379.
HSL color Cylindrical-coordinate representation of color #83FF8A: hue angle of 123.39º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FF8A is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 138 | - |
| CMYK | 0.49 | 0 | 0.46 | 0 |
| HSL | 123.39º | 1% | 0.76% | - |
| HSV(B) | 123.39º | 0.49% | 1% | - |
| XYZ | 49.71 | 78.18 | 36.52 | - |
| YUV | 204.59 | 90.42 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 138 | 0.49 | 0 | 0.46 | 0 | 123.39 | 1 | 0.76 |
| Hex | 83 | FF | 8A | 31 | 0 | 2E | 0 | 7B | 64 | 4C |
| Octal | 203 | 377 | 212 | 61 | 0 | 56 | 0 | 173 | 144 | 114 |
| Binary | 10000011 | 11111111 | 10001010 | 110001 | 0 | 101110 | 0 | 1111011 | 1100100 | 1001100 |
Color Harmonies of #83FF8A
Complementary color
Monochromatic Colors of #83FF8A
Black with #83FF8A
Text Example
Text Example
White with #83FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FF8A; }
p { color: rgb(131,255,138); }
H1.HeaderClassName
{
color: #83FF8A;
}
.AnyTagClassName
{
color: #83FF8A;
}
</style>
background-color css
<style>
a { background-color: #83FF8A; }
a { background-color: rgb(131,255,138); }
div.DivClassName
{
background-color: #83FF8A;
}
.BgClassName
{
background-color: #83FF8A;
}
</style>
border-color css
<style>
span { border-color: #83FF8A; }
span { border-color: rgb(131,255,138); }
td.TdClassName
{
border-color: #83FF8A;
}
.TagClassName
{
border-color: #83FF8A;
}
</style>