Shades of Pastel Green #83D57D
Tints of Pastel Green #83D57D
RGB
CMYK
RGB Variations
Color information
#83D57D (or 0x83D57D) is known color: Pastel Green. HEX triplet: 83, D5 and 7D. RGB value is (131,213,125). Sum of RGB (Red+Green+Blue) = 131+213+125=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #83D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D57D is #7C2A82. Grayscale: #B2B2B2. Windows color (decimal): -8137347 or 8246659. OLE color: 8246659.
HSL color Cylindrical-coordinate representation of color #83D57D: hue angle of 115.91º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83D57D is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 213 | 125 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.16 |
| HSL | 115.91º | 0.51% | 0.66% | - |
| HSV(B) | 115.91º | 0.41% | 0.84% | - |
| XYZ | 36.86 | 53.89 | 27.86 | - |
| YUV | 178.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 213 | 125 | 0.38 | 0 | 0.41 | 0.16 | 115.91 | 0.51 | 0.66 |
| Hex | 83 | D5 | 7D | 26 | 0 | 29 | 10 | 74 | 33 | 42 |
| Octal | 203 | 325 | 175 | 46 | 0 | 51 | 20 | 164 | 63 | 102 |
| Binary | 10000011 | 11010101 | 1111101 | 100110 | 0 | 101001 | 10000 | 1110100 | 110011 | 1000010 |
Color Harmonies of #83D57D
Complementary color
Monochromatic Colors of #83D57D
Black with #83D57D
Text Example
Text Example
White with #83D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D57D; }
p { color: rgb(131,213,125); }
H1.HeaderClassName
{
color: #83D57D;
}
.AnyTagClassName
{
color: #83D57D;
}
</style>
background-color css
<style>
a { background-color: #83D57D; }
a { background-color: rgb(131,213,125); }
div.DivClassName
{
background-color: #83D57D;
}
.BgClassName
{
background-color: #83D57D;
}
</style>
border-color css
<style>
span { border-color: #83D57D; }
span { border-color: rgb(131,213,125); }
td.TdClassName
{
border-color: #83D57D;
}
.TagClassName
{
border-color: #83D57D;
}
</style>