Shades of Light Green #83F990
Tints of Light Green #83F990
RGB
CMYK
RGB Variations
Color information
#83F990 (or 0x83F990) is known color: Light Green. HEX triplet: 83, F9 and 90. RGB value is (131,249,144). Sum of RGB (Red+Green+Blue) = 131+249+144=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #83F990 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F990 is #7C066F. Grayscale: #CACACA. Windows color (decimal): -8128112 or 9501059. OLE color: 9501059.
HSL color Cylindrical-coordinate representation of color #83F990: hue angle of 126.61º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F990 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 249 | 144 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.02 |
| HSL | 126.61º | 0.91% | 0.75% | - |
| HSV(B) | 126.61º | 0.47% | 0.98% | - |
| XYZ | 48.27 | 74.59 | 38.24 | - |
| YUV | 201.75 | 95.41 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 249 | 144 | 0.47 | 0 | 0.42 | 0.02 | 126.61 | 0.91 | 0.75 |
| Hex | 83 | F9 | 90 | 2F | 0 | 2A | 2 | 7F | 5B | 4B |
| Octal | 203 | 371 | 220 | 57 | 0 | 52 | 2 | 177 | 133 | 113 |
| Binary | 10000011 | 11111001 | 10010000 | 101111 | 0 | 101010 | 10 | 1111111 | 1011011 | 1001011 |
Color Harmonies of #83F990
Complementary color
Monochromatic Colors of #83F990
Black with #83F990
Text Example
Text Example
White with #83F990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F990; }
p { color: rgb(131,249,144); }
H1.HeaderClassName
{
color: #83F990;
}
.AnyTagClassName
{
color: #83F990;
}
</style>
background-color css
<style>
a { background-color: #83F990; }
a { background-color: rgb(131,249,144); }
div.DivClassName
{
background-color: #83F990;
}
.BgClassName
{
background-color: #83F990;
}
</style>
border-color css
<style>
span { border-color: #83F990; }
span { border-color: rgb(131,249,144); }
td.TdClassName
{
border-color: #83F990;
}
.TagClassName
{
border-color: #83F990;
}
</style>