Shades of Pastel Green #83D37B
Tints of Pastel Green #83D37B
RGB
CMYK
RGB Variations
Color information
#83D37B (or 0x83D37B) is known color: Pastel Green. HEX triplet: 83, D3 and 7B. RGB value is (131,211,123). Sum of RGB (Red+Green+Blue) = 131+211+123=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #83D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D37B is #7C2C84. Grayscale: #B1B1B1. Windows color (decimal): -8137861 or 8115075. OLE color: 8115075.
HSL color Cylindrical-coordinate representation of color #83D37B: hue angle of 114.55º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83D37B is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 211 | 123 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.17 |
| HSL | 114.55º | 0.5% | 0.65% | - |
| HSV(B) | 114.55º | 0.42% | 0.83% | - |
| XYZ | 36.23 | 52.84 | 27.03 | - |
| YUV | 177.05 | 97.5 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 211 | 123 | 0.38 | 0 | 0.42 | 0.17 | 114.55 | 0.5 | 0.65 |
| Hex | 83 | D3 | 7B | 26 | 0 | 2A | 11 | 73 | 32 | 41 |
| Octal | 203 | 323 | 173 | 46 | 0 | 52 | 21 | 163 | 62 | 101 |
| Binary | 10000011 | 11010011 | 1111011 | 100110 | 0 | 101010 | 10001 | 1110011 | 110010 | 1000001 |
Color Harmonies of #83D37B
Complementary color
Monochromatic Colors of #83D37B
Black with #83D37B
Text Example
Text Example
White with #83D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D37B; }
p { color: rgb(131,211,123); }
H1.HeaderClassName
{
color: #83D37B;
}
.AnyTagClassName
{
color: #83D37B;
}
</style>
background-color css
<style>
a { background-color: #83D37B; }
a { background-color: rgb(131,211,123); }
div.DivClassName
{
background-color: #83D37B;
}
.BgClassName
{
background-color: #83D37B;
}
</style>
border-color css
<style>
span { border-color: #83D37B; }
span { border-color: rgb(131,211,123); }
td.TdClassName
{
border-color: #83D37B;
}
.TagClassName
{
border-color: #83D37B;
}
</style>