Shades of Pastel Green #77DD8D
Tints of Pastel Green #77DD8D
RGB
CMYK
RGB Variations
Color information
#77DD8D (or 0x77DD8D) is known color: Pastel Green. HEX triplet: 77, DD and 8D. RGB value is (119,221,141). Sum of RGB (Red+Green+Blue) = 119+221+141=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DD8D is #882272. Grayscale: #B5B5B5. Windows color (decimal): -8921715 or 9297271. OLE color: 9297271.
HSL color Cylindrical-coordinate representation of color #77DD8D: hue angle of 132.94º 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 #77DD8D is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 141 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.13 |
| HSL | 132.94º | 0.6% | 0.67% | - |
| HSV(B) | 132.94º | 0.46% | 0.87% | - |
| XYZ | 38.27 | 57.56 | 34.29 | - |
| YUV | 181.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 141 | 0.46 | 0 | 0.36 | 0.13 | 132.94 | 0.6 | 0.67 |
| Hex | 77 | DD | 8D | 2E | 0 | 24 | D | 85 | 3C | 43 |
| Octal | 167 | 335 | 215 | 56 | 0 | 44 | 15 | 205 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10001101 | 101110 | 0 | 100100 | 1101 | 10000101 | 111100 | 1000011 |
Color Harmonies of #77DD8D
Complementary color
Monochromatic Colors of #77DD8D
Black with #77DD8D
Text Example
Text Example
White with #77DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DD8D; }
p { color: rgb(119,221,141); }
H1.HeaderClassName
{
color: #77DD8D;
}
.AnyTagClassName
{
color: #77DD8D;
}
</style>
background-color css
<style>
a { background-color: #77DD8D; }
a { background-color: rgb(119,221,141); }
div.DivClassName
{
background-color: #77DD8D;
}
.BgClassName
{
background-color: #77DD8D;
}
</style>
border-color css
<style>
span { border-color: #77DD8D; }
span { border-color: rgb(119,221,141); }
td.TdClassName
{
border-color: #77DD8D;
}
.TagClassName
{
border-color: #77DD8D;
}
</style>