Shades of Pastel Green #77DD76
Tints of Pastel Green #77DD76
RGB
CMYK
RGB Variations
Color information
#77DD76 (or 0x77DD76) is known color: Pastel Green. HEX triplet: 77, DD and 76. RGB value is (119,221,118). Sum of RGB (Red+Green+Blue) = 119+221+118=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DD76 is #882289. Grayscale: #B3B3B3. Windows color (decimal): -8921738 or 7789943. OLE color: 7789943.
HSL color Cylindrical-coordinate representation of color #77DD76: hue angle of 119.42º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77DD76 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 118 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.13 |
| HSL | 119.42º | 0.6% | 0.66% | - |
| HSV(B) | 119.42º | 0.47% | 0.87% | - |
| XYZ | 36.73 | 56.94 | 26.19 | - |
| YUV | 178.76 | 93.71 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 118 | 0.46 | 0 | 0.47 | 0.13 | 119.42 | 0.6 | 0.66 |
| Hex | 77 | DD | 76 | 2E | 0 | 2F | D | 77 | 3C | 42 |
| Octal | 167 | 335 | 166 | 56 | 0 | 57 | 15 | 167 | 74 | 102 |
| Binary | 1110111 | 11011101 | 1110110 | 101110 | 0 | 101111 | 1101 | 1110111 | 111100 | 1000010 |
Color Harmonies of #77DD76
Complementary color
Monochromatic Colors of #77DD76
Black with #77DD76
Text Example
Text Example
White with #77DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DD76; }
p { color: rgb(119,221,118); }
H1.HeaderClassName
{
color: #77DD76;
}
.AnyTagClassName
{
color: #77DD76;
}
</style>
background-color css
<style>
a { background-color: #77DD76; }
a { background-color: rgb(119,221,118); }
div.DivClassName
{
background-color: #77DD76;
}
.BgClassName
{
background-color: #77DD76;
}
</style>
border-color css
<style>
span { border-color: #77DD76; }
span { border-color: rgb(119,221,118); }
td.TdClassName
{
border-color: #77DD76;
}
.TagClassName
{
border-color: #77DD76;
}
</style>