Shades of Pastel Green #83D86F
Tints of Pastel Green #83D86F
RGB
CMYK
RGB Variations
Color information
#83D86F (or 0x83D86F) is known color: Pastel Green. HEX triplet: 83, D8 and 6F. RGB value is (131,216,111). Sum of RGB (Red+Green+Blue) = 131+216+111=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #83D86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D86F is #7C2790. Grayscale: #B2B2B2. Windows color (decimal): -8136593 or 7329923. OLE color: 7329923.
HSL color Cylindrical-coordinate representation of color #83D86F: hue angle of 108.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83D86F is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 111 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.15 |
| HSL | 108.57º | 0.57% | 0.64% | - |
| HSV(B) | 108.57º | 0.49% | 0.85% | - |
| XYZ | 36.79 | 55.08 | 23.73 | - |
| YUV | 178.62 | 89.84 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 111 | 0.39 | 0 | 0.49 | 0.15 | 108.57 | 0.57 | 0.64 |
| Hex | 83 | D8 | 6F | 27 | 0 | 31 | F | 6D | 39 | 40 |
| Octal | 203 | 330 | 157 | 47 | 0 | 61 | 17 | 155 | 71 | 100 |
| Binary | 10000011 | 11011000 | 1101111 | 100111 | 0 | 110001 | 1111 | 1101101 | 111001 | 1000000 |
Color Harmonies of #83D86F
Complementary color
Monochromatic Colors of #83D86F
Black with #83D86F
Text Example
Text Example
White with #83D86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D86F; }
p { color: rgb(131,216,111); }
H1.HeaderClassName
{
color: #83D86F;
}
.AnyTagClassName
{
color: #83D86F;
}
</style>
background-color css
<style>
a { background-color: #83D86F; }
a { background-color: rgb(131,216,111); }
div.DivClassName
{
background-color: #83D86F;
}
.BgClassName
{
background-color: #83D86F;
}
</style>
border-color css
<style>
span { border-color: #83D86F; }
span { border-color: rgb(131,216,111); }
td.TdClassName
{
border-color: #83D86F;
}
.TagClassName
{
border-color: #83D86F;
}
</style>