Shades of Pastel Green #77DD84
Tints of Pastel Green #77DD84
RGB
CMYK
RGB Variations
Color information
#77DD84 (or 0x77DD84) is known color: Pastel Green. HEX triplet: 77, DD and 84. RGB value is (119,221,132). Sum of RGB (Red+Green+Blue) = 119+221+132=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DD84 is #88227B. Grayscale: #B4B4B4. Windows color (decimal): -8921724 or 8707447. OLE color: 8707447.
HSL color Cylindrical-coordinate representation of color #77DD84: hue angle of 127.65º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DD84 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 132 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.13 |
| HSL | 127.65º | 0.6% | 0.67% | - |
| HSV(B) | 127.65º | 0.46% | 0.87% | - |
| XYZ | 37.63 | 57.3 | 30.91 | - |
| YUV | 180.36 | 100.71 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 132 | 0.46 | 0 | 0.40 | 0.13 | 127.65 | 0.6 | 0.67 |
| Hex | 77 | DD | 84 | 2E | 0 | 28 | D | 80 | 3C | 43 |
| Octal | 167 | 335 | 204 | 56 | 0 | 50 | 15 | 200 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10000100 | 101110 | 0 | 101000 | 1101 | 10000000 | 111100 | 1000011 |
Color Harmonies of #77DD84
Complementary color
Monochromatic Colors of #77DD84
Black with #77DD84
Text Example
Text Example
White with #77DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DD84; }
p { color: rgb(119,221,132); }
H1.HeaderClassName
{
color: #77DD84;
}
.AnyTagClassName
{
color: #77DD84;
}
</style>
background-color css
<style>
a { background-color: #77DD84; }
a { background-color: rgb(119,221,132); }
div.DivClassName
{
background-color: #77DD84;
}
.BgClassName
{
background-color: #77DD84;
}
</style>
border-color css
<style>
span { border-color: #77DD84; }
span { border-color: rgb(119,221,132); }
td.TdClassName
{
border-color: #77DD84;
}
.TagClassName
{
border-color: #77DD84;
}
</style>