Shades of Pastel Green #77D682
Tints of Pastel Green #77D682
RGB
CMYK
RGB Variations
Color information
#77D682 (or 0x77D682) is known color: Pastel Green. HEX triplet: 77, D6 and 82. RGB value is (119,214,130). Sum of RGB (Red+Green+Blue) = 119+214+130=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #77D682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D682 is #88297D. Grayscale: #B0B0B0. Windows color (decimal): -8923518 or 8574583. OLE color: 8574583.
HSL color Cylindrical-coordinate representation of color #77D682: hue angle of 126.95º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D682 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 214 | 130 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.16 |
| HSL | 126.95º | 0.54% | 0.65% | - |
| HSV(B) | 126.95º | 0.44% | 0.84% | - |
| XYZ | 35.68 | 53.63 | 29.59 | - |
| YUV | 176.02 | 102.03 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 214 | 130 | 0.44 | 0 | 0.39 | 0.16 | 126.95 | 0.54 | 0.65 |
| Hex | 77 | D6 | 82 | 2C | 0 | 27 | 10 | 7F | 36 | 41 |
| Octal | 167 | 326 | 202 | 54 | 0 | 47 | 20 | 177 | 66 | 101 |
| Binary | 1110111 | 11010110 | 10000010 | 101100 | 0 | 100111 | 10000 | 1111111 | 110110 | 1000001 |
Color Harmonies of #77D682
Complementary color
Monochromatic Colors of #77D682
Black with #77D682
Text Example
Text Example
White with #77D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D682; }
p { color: rgb(119,214,130); }
H1.HeaderClassName
{
color: #77D682;
}
.AnyTagClassName
{
color: #77D682;
}
</style>
background-color css
<style>
a { background-color: #77D682; }
a { background-color: rgb(119,214,130); }
div.DivClassName
{
background-color: #77D682;
}
.BgClassName
{
background-color: #77D682;
}
</style>
border-color css
<style>
span { border-color: #77D682; }
span { border-color: rgb(119,214,130); }
td.TdClassName
{
border-color: #77D682;
}
.TagClassName
{
border-color: #77D682;
}
</style>