Shades of Light Green #83FE92
Tints of Light Green #83FE92
RGB
CMYK
RGB Variations
Color information
#83FE92 (or 0x83FE92) is known color: Light Green. HEX triplet: 83, FE and 92. RGB value is (131,254,146). Sum of RGB (Red+Green+Blue) = 131+254+146=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #83FE92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83FE92 is #7C016D. Grayscale: #CDCDCD. Windows color (decimal): -8126830 or 9633411. OLE color: 9633411.
HSL color Cylindrical-coordinate representation of color #83FE92: hue angle of 127.32º 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 #83FE92 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 254 | 146 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.00 |
| HSL | 127.32º | 0.98% | 0.75% | - |
| HSV(B) | 127.32º | 0.48% | 1% | - |
| XYZ | 49.99 | 77.78 | 39.57 | - |
| YUV | 204.91 | 94.75 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 254 | 146 | 0.48 | 0 | 0.43 | 0.00 | 127.32 | 0.98 | 0.75 |
| Hex | 83 | FE | 92 | 30 | 0 | 2B | 0 | 7F | 62 | 4B |
| Octal | 203 | 376 | 222 | 60 | 0 | 53 | 0 | 177 | 142 | 113 |
| Binary | 10000011 | 11111110 | 10010010 | 110000 | 0 | 101011 | 0 | 1111111 | 1100010 | 1001011 |
Color Harmonies of #83FE92
Complementary color
Monochromatic Colors of #83FE92
Black with #83FE92
Text Example
Text Example
White with #83FE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FE92; }
p { color: rgb(131,254,146); }
H1.HeaderClassName
{
color: #83FE92;
}
.AnyTagClassName
{
color: #83FE92;
}
</style>
background-color css
<style>
a { background-color: #83FE92; }
a { background-color: rgb(131,254,146); }
div.DivClassName
{
background-color: #83FE92;
}
.BgClassName
{
background-color: #83FE92;
}
</style>
border-color css
<style>
span { border-color: #83FE92; }
span { border-color: rgb(131,254,146); }
td.TdClassName
{
border-color: #83FE92;
}
.TagClassName
{
border-color: #83FE92;
}
</style>