Shades of Pastel Green #83DD85
Tints of Pastel Green #83DD85
RGB
CMYK
RGB Variations
Color information
#83DD85 (or 0x83DD85) is known color: Pastel Green. HEX triplet: 83, DD and 85. RGB value is (131,221,133). Sum of RGB (Red+Green+Blue) = 131+221+133=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DD85 is #7C227A. Grayscale: #B8B8B8. Windows color (decimal): -8135291 or 8772995. OLE color: 8772995.
HSL color Cylindrical-coordinate representation of color #83DD85: hue angle of 121.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DD85 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 133 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.13 |
| HSL | 121.33º | 0.57% | 0.69% | - |
| HSV(B) | 121.33º | 0.41% | 0.87% | - |
| XYZ | 39.45 | 58.23 | 31.35 | - |
| YUV | 184.06 | 99.18 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 133 | 0.41 | 0 | 0.40 | 0.13 | 121.33 | 0.57 | 0.69 |
| Hex | 83 | DD | 85 | 29 | 0 | 28 | D | 79 | 39 | 45 |
| Octal | 203 | 335 | 205 | 51 | 0 | 50 | 15 | 171 | 71 | 105 |
| Binary | 10000011 | 11011101 | 10000101 | 101001 | 0 | 101000 | 1101 | 1111001 | 111001 | 1000101 |
Color Harmonies of #83DD85
Complementary color
Monochromatic Colors of #83DD85
Black with #83DD85
Text Example
Text Example
White with #83DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DD85; }
p { color: rgb(131,221,133); }
H1.HeaderClassName
{
color: #83DD85;
}
.AnyTagClassName
{
color: #83DD85;
}
</style>
background-color css
<style>
a { background-color: #83DD85; }
a { background-color: rgb(131,221,133); }
div.DivClassName
{
background-color: #83DD85;
}
.BgClassName
{
background-color: #83DD85;
}
</style>
border-color css
<style>
span { border-color: #83DD85; }
span { border-color: rgb(131,221,133); }
td.TdClassName
{
border-color: #83DD85;
}
.TagClassName
{
border-color: #83DD85;
}
</style>