Shades of Light Green #83FE85
Tints of Light Green #83FE85
RGB
CMYK
RGB Variations
Color information
#83FE85 (or 0x83FE85) is known color: Light Green. HEX triplet: 83, FE and 85. RGB value is (131,254,133). Sum of RGB (Red+Green+Blue) = 131+254+133=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #83FE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83FE85 is #7C017A. Grayscale: #CBCBCB. Windows color (decimal): -8126843 or 8781443. OLE color: 8781443.
HSL color Cylindrical-coordinate representation of color #83FE85: hue angle of 120.98º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FE85 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 254 | 133 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.00 |
| HSL | 120.98º | 0.98% | 0.75% | - |
| HSV(B) | 120.98º | 0.48% | 1% | - |
| XYZ | 49.04 | 77.4 | 34.55 | - |
| YUV | 203.43 | 88.25 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 254 | 133 | 0.48 | 0 | 0.48 | 0.00 | 120.98 | 0.98 | 0.75 |
| Hex | 83 | FE | 85 | 30 | 0 | 30 | 0 | 79 | 62 | 4B |
| Octal | 203 | 376 | 205 | 60 | 0 | 60 | 0 | 171 | 142 | 113 |
| Binary | 10000011 | 11111110 | 10000101 | 110000 | 0 | 110000 | 0 | 1111001 | 1100010 | 1001011 |
Color Harmonies of #83FE85
Complementary color
Monochromatic Colors of #83FE85
Black with #83FE85
Text Example
Text Example
White with #83FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FE85; }
p { color: rgb(131,254,133); }
H1.HeaderClassName
{
color: #83FE85;
}
.AnyTagClassName
{
color: #83FE85;
}
</style>
background-color css
<style>
a { background-color: #83FE85; }
a { background-color: rgb(131,254,133); }
div.DivClassName
{
background-color: #83FE85;
}
.BgClassName
{
background-color: #83FE85;
}
</style>
border-color css
<style>
span { border-color: #83FE85; }
span { border-color: rgb(131,254,133); }
td.TdClassName
{
border-color: #83FE85;
}
.TagClassName
{
border-color: #83FE85;
}
</style>