Shades of Pastel Green #77D582
Tints of Pastel Green #77D582
RGB
CMYK
RGB Variations
Color information
#77D582 (or 0x77D582) is known color: Pastel Green. HEX triplet: 77, D5 and 82. RGB value is (119,213,130). Sum of RGB (Red+Green+Blue) = 119+213+130=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #77D582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D582 is #882A7D. Grayscale: #AFAFAF. Windows color (decimal): -8923774 or 8574327. OLE color: 8574327.
HSL color Cylindrical-coordinate representation of color #77D582: hue angle of 127.02º degrees, saturation: 0.53, 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 #77D582 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 213 | 130 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.16 |
| HSL | 127.02º | 0.53% | 0.65% | - |
| HSV(B) | 127.02º | 0.44% | 0.84% | - |
| XYZ | 35.43 | 53.12 | 29.51 | - |
| YUV | 175.43 | 102.36 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 213 | 130 | 0.44 | 0 | 0.39 | 0.16 | 127.02 | 0.53 | 0.65 |
| Hex | 77 | D5 | 82 | 2C | 0 | 27 | 10 | 7F | 35 | 41 |
| Octal | 167 | 325 | 202 | 54 | 0 | 47 | 20 | 177 | 65 | 101 |
| Binary | 1110111 | 11010101 | 10000010 | 101100 | 0 | 100111 | 10000 | 1111111 | 110101 | 1000001 |
Color Harmonies of #77D582
Complementary color
Monochromatic Colors of #77D582
Black with #77D582
Text Example
Text Example
White with #77D582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D582; }
p { color: rgb(119,213,130); }
H1.HeaderClassName
{
color: #77D582;
}
.AnyTagClassName
{
color: #77D582;
}
</style>
background-color css
<style>
a { background-color: #77D582; }
a { background-color: rgb(119,213,130); }
div.DivClassName
{
background-color: #77D582;
}
.BgClassName
{
background-color: #77D582;
}
</style>
border-color css
<style>
span { border-color: #77D582; }
span { border-color: rgb(119,213,130); }
td.TdClassName
{
border-color: #77D582;
}
.TagClassName
{
border-color: #77D582;
}
</style>