Shades of Pastel Green #83DD7F
Tints of Pastel Green #83DD7F
RGB
CMYK
RGB Variations
Color information
#83DD7F (or 0x83DD7F) is known color: Pastel Green. HEX triplet: 83, DD and 7F. RGB value is (131,221,127). Sum of RGB (Red+Green+Blue) = 131+221+127=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DD7F is #7C2280. Grayscale: #B7B7B7. Windows color (decimal): -8135297 or 8379779. OLE color: 8379779.
HSL color Cylindrical-coordinate representation of color #83DD7F: hue angle of 117.45º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83DD7F is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 127 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.13 |
| HSL | 117.45º | 0.58% | 0.68% | - |
| HSV(B) | 117.45º | 0.43% | 0.87% | - |
| XYZ | 39.05 | 58.07 | 29.23 | - |
| YUV | 183.37 | 96.18 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 127 | 0.41 | 0 | 0.43 | 0.13 | 117.45 | 0.58 | 0.68 |
| Hex | 83 | DD | 7F | 29 | 0 | 2B | D | 75 | 3A | 44 |
| Octal | 203 | 335 | 177 | 51 | 0 | 53 | 15 | 165 | 72 | 104 |
| Binary | 10000011 | 11011101 | 1111111 | 101001 | 0 | 101011 | 1101 | 1110101 | 111010 | 1000100 |
Color Harmonies of #83DD7F
Complementary color
Monochromatic Colors of #83DD7F
Black with #83DD7F
Text Example
Text Example
White with #83DD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DD7F; }
p { color: rgb(131,221,127); }
H1.HeaderClassName
{
color: #83DD7F;
}
.AnyTagClassName
{
color: #83DD7F;
}
</style>
background-color css
<style>
a { background-color: #83DD7F; }
a { background-color: rgb(131,221,127); }
div.DivClassName
{
background-color: #83DD7F;
}
.BgClassName
{
background-color: #83DD7F;
}
</style>
border-color css
<style>
span { border-color: #83DD7F; }
span { border-color: rgb(131,221,127); }
td.TdClassName
{
border-color: #83DD7F;
}
.TagClassName
{
border-color: #83DD7F;
}
</style>