Shades of Light Green #83E685
Tints of Light Green #83E685
RGB
CMYK
RGB Variations
Color information
#83E685 (or 0x83E685) is known color: Light Green. HEX triplet: 83, E6 and 85. RGB value is (131,230,133). Sum of RGB (Red+Green+Blue) = 131+230+133=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 230 - color contains mainly: green. Hex color #83E685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83E685 is #7C197A. Grayscale: #BDBDBD. Windows color (decimal): -8132987 or 8775299. OLE color: 8775299.
HSL color Cylindrical-coordinate representation of color #83E685: hue angle of 121.21º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83E685 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 230 | 133 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.10 |
| HSL | 121.21º | 0.66% | 0.71% | - |
| HSV(B) | 121.21º | 0.43% | 0.9% | - |
| XYZ | 41.89 | 63.11 | 32.16 | - |
| YUV | 189.34 | 96.2 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 230 | 133 | 0.43 | 0 | 0.42 | 0.10 | 121.21 | 0.66 | 0.71 |
| Hex | 83 | E6 | 85 | 2B | 0 | 2A | A | 79 | 42 | 47 |
| Octal | 203 | 346 | 205 | 53 | 0 | 52 | 12 | 171 | 102 | 107 |
| Binary | 10000011 | 11100110 | 10000101 | 101011 | 0 | 101010 | 1010 | 1111001 | 1000010 | 1000111 |
Color Harmonies of #83E685
Complementary color
Monochromatic Colors of #83E685
Black with #83E685
Text Example
Text Example
White with #83E685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E685; }
p { color: rgb(131,230,133); }
H1.HeaderClassName
{
color: #83E685;
}
.AnyTagClassName
{
color: #83E685;
}
</style>
background-color css
<style>
a { background-color: #83E685; }
a { background-color: rgb(131,230,133); }
div.DivClassName
{
background-color: #83E685;
}
.BgClassName
{
background-color: #83E685;
}
</style>
border-color css
<style>
span { border-color: #83E685; }
span { border-color: rgb(131,230,133); }
td.TdClassName
{
border-color: #83E685;
}
.TagClassName
{
border-color: #83E685;
}
</style>