Shades of Pastel Green #83DD65
Tints of Pastel Green #83DD65
RGB
CMYK
RGB Variations
Color information
#83DD65 (or 0x83DD65) is known color: Pastel Green. HEX triplet: 83, DD and 65. RGB value is (131,221,101). Sum of RGB (Red+Green+Blue) = 131+221+101=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DD65 is #7C229A. Grayscale: #B4B4B4. Windows color (decimal): -8135323 or 6675843. OLE color: 6675843.
HSL color Cylindrical-coordinate representation of color #83DD65: hue angle of 105º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83DD65 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 101 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.13 |
| HSL | 105º | 0.64% | 0.63% | - |
| HSV(B) | 105º | 0.54% | 0.87% | - |
| XYZ | 37.57 | 57.48 | 21.43 | - |
| YUV | 180.41 | 83.18 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 101 | 0.41 | 0 | 0.54 | 0.13 | 105 | 0.64 | 0.63 |
| Hex | 83 | DD | 65 | 29 | 0 | 36 | D | 69 | 40 | 3F |
| Octal | 203 | 335 | 145 | 51 | 0 | 66 | 15 | 151 | 100 | 77 |
| Binary | 10000011 | 11011101 | 1100101 | 101001 | 0 | 110110 | 1101 | 1101001 | 1000000 | 111111 |
Color Harmonies of #83DD65
Complementary color
Monochromatic Colors of #83DD65
Black with #83DD65
Text Example
Text Example
White with #83DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DD65; }
p { color: rgb(131,221,101); }
H1.HeaderClassName
{
color: #83DD65;
}
.AnyTagClassName
{
color: #83DD65;
}
</style>
background-color css
<style>
a { background-color: #83DD65; }
a { background-color: rgb(131,221,101); }
div.DivClassName
{
background-color: #83DD65;
}
.BgClassName
{
background-color: #83DD65;
}
</style>
border-color css
<style>
span { border-color: #83DD65; }
span { border-color: rgb(131,221,101); }
td.TdClassName
{
border-color: #83DD65;
}
.TagClassName
{
border-color: #83DD65;
}
</style>