Shades of Pastel Green #83D86B
Tints of Pastel Green #83D86B
RGB
CMYK
RGB Variations
Color information
#83D86B (or 0x83D86B) is known color: Pastel Green. HEX triplet: 83, D8 and 6B. RGB value is (131,216,107). Sum of RGB (Red+Green+Blue) = 131+216+107=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #83D86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D86B is #7C2794. Grayscale: #B2B2B2. Windows color (decimal): -8136597 or 7067779. OLE color: 7067779.
HSL color Cylindrical-coordinate representation of color #83D86B: hue angle of 106.79º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83D86B is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 107 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.15 |
| HSL | 106.79º | 0.58% | 0.63% | - |
| HSV(B) | 106.79º | 0.5% | 0.85% | - |
| XYZ | 36.57 | 55 | 22.6 | - |
| YUV | 178.16 | 87.84 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 107 | 0.39 | 0 | 0.50 | 0.15 | 106.79 | 0.58 | 0.63 |
| Hex | 83 | D8 | 6B | 27 | 0 | 32 | F | 6B | 3A | 3F |
| Octal | 203 | 330 | 153 | 47 | 0 | 62 | 17 | 153 | 72 | 77 |
| Binary | 10000011 | 11011000 | 1101011 | 100111 | 0 | 110010 | 1111 | 1101011 | 111010 | 111111 |
Color Harmonies of #83D86B
Complementary color
Monochromatic Colors of #83D86B
Black with #83D86B
Text Example
Text Example
White with #83D86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D86B; }
p { color: rgb(131,216,107); }
H1.HeaderClassName
{
color: #83D86B;
}
.AnyTagClassName
{
color: #83D86B;
}
</style>
background-color css
<style>
a { background-color: #83D86B; }
a { background-color: rgb(131,216,107); }
div.DivClassName
{
background-color: #83D86B;
}
.BgClassName
{
background-color: #83D86B;
}
</style>
border-color css
<style>
span { border-color: #83D86B; }
span { border-color: rgb(131,216,107); }
td.TdClassName
{
border-color: #83D86B;
}
.TagClassName
{
border-color: #83D86B;
}
</style>