Shades of Light Green #83F1A4
Tints of Light Green #83F1A4
RGB
CMYK
RGB Variations
Color information
#83F1A4 (or 0x83F1A4) is known color: Light Green. HEX triplet: 83, F1 and A4. RGB value is (131,241,164). Sum of RGB (Red+Green+Blue) = 131+241+164=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #83F1A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F1A4 is #7C0E5B. Grayscale: #C7C7C7. Windows color (decimal): -8130140 or 10809731. OLE color: 10809731.
HSL color Cylindrical-coordinate representation of color #83F1A4: hue angle of 138º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F1A4 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 241 | 164 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.05 |
| HSL | 138º | 0.8% | 0.73% | - |
| HSV(B) | 138º | 0.46% | 0.95% | - |
| XYZ | 47.52 | 70.42 | 46.21 | - |
| YUV | 199.33 | 108.06 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 241 | 164 | 0.46 | 0 | 0.32 | 0.05 | 138 | 0.8 | 0.73 |
| Hex | 83 | F1 | A4 | 2E | 0 | 20 | 5 | 8A | 50 | 49 |
| Octal | 203 | 361 | 244 | 56 | 0 | 40 | 5 | 212 | 120 | 111 |
| Binary | 10000011 | 11110001 | 10100100 | 101110 | 0 | 100000 | 101 | 10001010 | 1010000 | 1001001 |
Color Harmonies of #83F1A4
Complementary color
Monochromatic Colors of #83F1A4
Black with #83F1A4
Text Example
Text Example
White with #83F1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F1A4; }
p { color: rgb(131,241,164); }
H1.HeaderClassName
{
color: #83F1A4;
}
.AnyTagClassName
{
color: #83F1A4;
}
</style>
background-color css
<style>
a { background-color: #83F1A4; }
a { background-color: rgb(131,241,164); }
div.DivClassName
{
background-color: #83F1A4;
}
.BgClassName
{
background-color: #83F1A4;
}
</style>
border-color css
<style>
span { border-color: #83F1A4; }
span { border-color: rgb(131,241,164); }
td.TdClassName
{
border-color: #83F1A4;
}
.TagClassName
{
border-color: #83F1A4;
}
</style>