Shades of Pastel Green #83DB77
Tints of Pastel Green #83DB77
RGB
CMYK
RGB Variations
Color information
#83DB77 (or 0x83DB77) is known color: Pastel Green. HEX triplet: 83, DB and 77. RGB value is (131,219,119). Sum of RGB (Red+Green+Blue) = 131+219+119=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DB77 is #7C2488. Grayscale: #B5B5B5. Windows color (decimal): -8135817 or 7854979. OLE color: 7854979.
HSL color Cylindrical-coordinate representation of color #83DB77: hue angle of 112.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83DB77 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 119 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.14 |
| HSL | 112.8º | 0.58% | 0.66% | - |
| HSV(B) | 112.8º | 0.46% | 0.86% | - |
| XYZ | 38.02 | 56.82 | 26.42 | - |
| YUV | 181.29 | 92.85 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 119 | 0.40 | 0 | 0.46 | 0.14 | 112.8 | 0.58 | 0.66 |
| Hex | 83 | DB | 77 | 28 | 0 | 2E | E | 71 | 3A | 42 |
| Octal | 203 | 333 | 167 | 50 | 0 | 56 | 16 | 161 | 72 | 102 |
| Binary | 10000011 | 11011011 | 1110111 | 101000 | 0 | 101110 | 1110 | 1110001 | 111010 | 1000010 |
Color Harmonies of #83DB77
Complementary color
Monochromatic Colors of #83DB77
Black with #83DB77
Text Example
Text Example
White with #83DB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DB77; }
p { color: rgb(131,219,119); }
H1.HeaderClassName
{
color: #83DB77;
}
.AnyTagClassName
{
color: #83DB77;
}
</style>
background-color css
<style>
a { background-color: #83DB77; }
a { background-color: rgb(131,219,119); }
div.DivClassName
{
background-color: #83DB77;
}
.BgClassName
{
background-color: #83DB77;
}
</style>
border-color css
<style>
span { border-color: #83DB77; }
span { border-color: rgb(131,219,119); }
td.TdClassName
{
border-color: #83DB77;
}
.TagClassName
{
border-color: #83DB77;
}
</style>