Shades of Pastel Green #83DD66
Tints of Pastel Green #83DD66
RGB
CMYK
RGB Variations
Color information
#83DD66 (or 0x83DD66) is known color: Pastel Green. HEX triplet: 83, DD and 66. RGB value is (131,221,102). Sum of RGB (Red+Green+Blue) = 131+221+102=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DD66 is #7C2299. Grayscale: #B4B4B4. Windows color (decimal): -8135322 or 6741379. OLE color: 6741379.
HSL color Cylindrical-coordinate representation of color #83DD66: hue angle of 105.38º 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 #83DD66 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 102 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.13 |
| HSL | 105.38º | 0.64% | 0.63% | - |
| HSV(B) | 105.38º | 0.54% | 0.87% | - |
| XYZ | 37.61 | 57.5 | 21.69 | - |
| YUV | 180.52 | 83.68 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 102 | 0.41 | 0 | 0.54 | 0.13 | 105.38 | 0.64 | 0.63 |
| Hex | 83 | DD | 66 | 29 | 0 | 36 | D | 69 | 40 | 3F |
| Octal | 203 | 335 | 146 | 51 | 0 | 66 | 15 | 151 | 100 | 77 |
| Binary | 10000011 | 11011101 | 1100110 | 101001 | 0 | 110110 | 1101 | 1101001 | 1000000 | 111111 |
Color Harmonies of #83DD66
Complementary color
Monochromatic Colors of #83DD66
Black with #83DD66
Text Example
Text Example
White with #83DD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DD66; }
p { color: rgb(131,221,102); }
H1.HeaderClassName
{
color: #83DD66;
}
.AnyTagClassName
{
color: #83DD66;
}
</style>
background-color css
<style>
a { background-color: #83DD66; }
a { background-color: rgb(131,221,102); }
div.DivClassName
{
background-color: #83DD66;
}
.BgClassName
{
background-color: #83DD66;
}
</style>
border-color css
<style>
span { border-color: #83DD66; }
span { border-color: rgb(131,221,102); }
td.TdClassName
{
border-color: #83DD66;
}
.TagClassName
{
border-color: #83DD66;
}
</style>