Shades of Pastel Green #83E082
Tints of Pastel Green #83E082
RGB
CMYK
RGB Variations
Color information
#83E082 (or 0x83E082) is known color: Pastel Green. HEX triplet: 83, E0 and 82. RGB value is (131,224,130). Sum of RGB (Red+Green+Blue) = 131+224+130=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #83E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83E082 is #7C1F7D. Grayscale: #B9B9B9. Windows color (decimal): -8134526 or 8577155. OLE color: 8577155.
HSL color Cylindrical-coordinate representation of color #83E082: hue angle of 119.36º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83E082 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 224 | 130 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.12 |
| HSL | 119.36º | 0.6% | 0.69% | - |
| HSV(B) | 119.36º | 0.42% | 0.88% | - |
| XYZ | 40.04 | 59.75 | 30.54 | - |
| YUV | 185.48 | 96.69 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 224 | 130 | 0.42 | 0 | 0.42 | 0.12 | 119.36 | 0.6 | 0.69 |
| Hex | 83 | E0 | 82 | 2A | 0 | 2A | C | 77 | 3C | 45 |
| Octal | 203 | 340 | 202 | 52 | 0 | 52 | 14 | 167 | 74 | 105 |
| Binary | 10000011 | 11100000 | 10000010 | 101010 | 0 | 101010 | 1100 | 1110111 | 111100 | 1000101 |
Color Harmonies of #83E082
Complementary color
Monochromatic Colors of #83E082
Black with #83E082
Text Example
Text Example
White with #83E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E082; }
p { color: rgb(131,224,130); }
H1.HeaderClassName
{
color: #83E082;
}
.AnyTagClassName
{
color: #83E082;
}
</style>
background-color css
<style>
a { background-color: #83E082; }
a { background-color: rgb(131,224,130); }
div.DivClassName
{
background-color: #83E082;
}
.BgClassName
{
background-color: #83E082;
}
</style>
border-color css
<style>
span { border-color: #83E082; }
span { border-color: rgb(131,224,130); }
td.TdClassName
{
border-color: #83E082;
}
.TagClassName
{
border-color: #83E082;
}
</style>