Shades of Pastel Green #83E482
Tints of Pastel Green #83E482
RGB
CMYK
RGB Variations
Color information
#83E482 (or 0x83E482) is known color: Pastel Green. HEX triplet: 83, E4 and 82. RGB value is (131,228,130). Sum of RGB (Red+Green+Blue) = 131+228+130=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 228 - color contains mainly: green. Hex color #83E482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83E482 is #7C1B7D. Grayscale: #BCBCBC. Windows color (decimal): -8133502 or 8578179. OLE color: 8578179.
HSL color Cylindrical-coordinate representation of color #83E482: hue angle of 119.39º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83E482 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 228 | 130 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.11 |
| HSL | 119.39º | 0.64% | 0.7% | - |
| HSV(B) | 119.39º | 0.43% | 0.89% | - |
| XYZ | 41.13 | 61.92 | 30.9 | - |
| YUV | 187.83 | 95.36 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 228 | 130 | 0.43 | 0 | 0.43 | 0.11 | 119.39 | 0.64 | 0.7 |
| Hex | 83 | E4 | 82 | 2B | 0 | 2B | B | 77 | 40 | 46 |
| Octal | 203 | 344 | 202 | 53 | 0 | 53 | 13 | 167 | 100 | 106 |
| Binary | 10000011 | 11100100 | 10000010 | 101011 | 0 | 101011 | 1011 | 1110111 | 1000000 | 1000110 |
Color Harmonies of #83E482
Complementary color
Monochromatic Colors of #83E482
Black with #83E482
Text Example
Text Example
White with #83E482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E482; }
p { color: rgb(131,228,130); }
H1.HeaderClassName
{
color: #83E482;
}
.AnyTagClassName
{
color: #83E482;
}
</style>
background-color css
<style>
a { background-color: #83E482; }
a { background-color: rgb(131,228,130); }
div.DivClassName
{
background-color: #83E482;
}
.BgClassName
{
background-color: #83E482;
}
</style>
border-color css
<style>
span { border-color: #83E482; }
span { border-color: rgb(131,228,130); }
td.TdClassName
{
border-color: #83E482;
}
.TagClassName
{
border-color: #83E482;
}
</style>