Shades of Pastel Green #77DD8C
Tints of Pastel Green #77DD8C
RGB
CMYK
RGB Variations
Color information
#77DD8C (or 0x77DD8C) is known color: Pastel Green. HEX triplet: 77, DD and 8C. RGB value is (119,221,140). Sum of RGB (Red+Green+Blue) = 119+221+140=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DD8C is #882273. Grayscale: #B5B5B5. Windows color (decimal): -8921716 or 9231735. OLE color: 9231735.
HSL color Cylindrical-coordinate representation of color #77DD8C: hue angle of 132.35º 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 #77DD8C is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 140 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.13 |
| HSL | 132.35º | 0.6% | 0.67% | - |
| HSV(B) | 132.35º | 0.46% | 0.87% | - |
| XYZ | 38.2 | 57.53 | 33.9 | - |
| YUV | 181.27 | 104.71 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 140 | 0.46 | 0 | 0.37 | 0.13 | 132.35 | 0.6 | 0.67 |
| Hex | 77 | DD | 8C | 2E | 0 | 25 | D | 84 | 3C | 43 |
| Octal | 167 | 335 | 214 | 56 | 0 | 45 | 15 | 204 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10001100 | 101110 | 0 | 100101 | 1101 | 10000100 | 111100 | 1000011 |
Color Harmonies of #77DD8C
Complementary color
Monochromatic Colors of #77DD8C
Black with #77DD8C
Text Example
Text Example
White with #77DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DD8C; }
p { color: rgb(119,221,140); }
H1.HeaderClassName
{
color: #77DD8C;
}
.AnyTagClassName
{
color: #77DD8C;
}
</style>
background-color css
<style>
a { background-color: #77DD8C; }
a { background-color: rgb(119,221,140); }
div.DivClassName
{
background-color: #77DD8C;
}
.BgClassName
{
background-color: #77DD8C;
}
</style>
border-color css
<style>
span { border-color: #77DD8C; }
span { border-color: rgb(119,221,140); }
td.TdClassName
{
border-color: #77DD8C;
}
.TagClassName
{
border-color: #77DD8C;
}
</style>