Shades of Pastel Green #83D875
Tints of Pastel Green #83D875
RGB
CMYK
RGB Variations
Color information
#83D875 (or 0x83D875) is known color: Pastel Green. HEX triplet: 83, D8 and 75. RGB value is (131,216,117). Sum of RGB (Red+Green+Blue) = 131+216+117=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #83D875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D875 is #7C278A. Grayscale: #B3B3B3. Windows color (decimal): -8136587 or 7723139. OLE color: 7723139.
HSL color Cylindrical-coordinate representation of color #83D875: hue angle of 111.52º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83D875 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 117 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.15 |
| HSL | 111.52º | 0.56% | 0.65% | - |
| HSV(B) | 111.52º | 0.46% | 0.85% | - |
| XYZ | 37.13 | 55.22 | 25.53 | - |
| YUV | 179.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 117 | 0.39 | 0 | 0.46 | 0.15 | 111.52 | 0.56 | 0.65 |
| Hex | 83 | D8 | 75 | 27 | 0 | 2E | F | 70 | 38 | 41 |
| Octal | 203 | 330 | 165 | 47 | 0 | 56 | 17 | 160 | 70 | 101 |
| Binary | 10000011 | 11011000 | 1110101 | 100111 | 0 | 101110 | 1111 | 1110000 | 111000 | 1000001 |
Color Harmonies of #83D875
Complementary color
Monochromatic Colors of #83D875
Black with #83D875
Text Example
Text Example
White with #83D875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D875; }
p { color: rgb(131,216,117); }
H1.HeaderClassName
{
color: #83D875;
}
.AnyTagClassName
{
color: #83D875;
}
</style>
background-color css
<style>
a { background-color: #83D875; }
a { background-color: rgb(131,216,117); }
div.DivClassName
{
background-color: #83D875;
}
.BgClassName
{
background-color: #83D875;
}
</style>
border-color css
<style>
span { border-color: #83D875; }
span { border-color: rgb(131,216,117); }
td.TdClassName
{
border-color: #83D875;
}
.TagClassName
{
border-color: #83D875;
}
</style>