Shades of Pastel Green #77DD7A
Tints of Pastel Green #77DD7A
RGB
CMYK
RGB Variations
Color information
#77DD7A (or 0x77DD7A) is known color: Pastel Green. HEX triplet: 77, DD and 7A. RGB value is (119,221,122). Sum of RGB (Red+Green+Blue) = 119+221+122=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DD7A is #882285. Grayscale: #B3B3B3. Windows color (decimal): -8921734 or 8052087. OLE color: 8052087.
HSL color Cylindrical-coordinate representation of color #77DD7A: hue angle of 121.76º 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 #77DD7A is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 122 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.13 |
| HSL | 121.76º | 0.6% | 0.67% | - |
| HSV(B) | 121.76º | 0.46% | 0.87% | - |
| XYZ | 36.98 | 57.04 | 27.47 | - |
| YUV | 179.22 | 95.71 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 122 | 0.46 | 0 | 0.45 | 0.13 | 121.76 | 0.6 | 0.67 |
| Hex | 77 | DD | 7A | 2E | 0 | 2D | D | 7A | 3C | 43 |
| Octal | 167 | 335 | 172 | 56 | 0 | 55 | 15 | 172 | 74 | 103 |
| Binary | 1110111 | 11011101 | 1111010 | 101110 | 0 | 101101 | 1101 | 1111010 | 111100 | 1000011 |
Color Harmonies of #77DD7A
Complementary color
Monochromatic Colors of #77DD7A
Black with #77DD7A
Text Example
Text Example
White with #77DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DD7A; }
p { color: rgb(119,221,122); }
H1.HeaderClassName
{
color: #77DD7A;
}
.AnyTagClassName
{
color: #77DD7A;
}
</style>
background-color css
<style>
a { background-color: #77DD7A; }
a { background-color: rgb(119,221,122); }
div.DivClassName
{
background-color: #77DD7A;
}
.BgClassName
{
background-color: #77DD7A;
}
</style>
border-color css
<style>
span { border-color: #77DD7A; }
span { border-color: rgb(119,221,122); }
td.TdClassName
{
border-color: #77DD7A;
}
.TagClassName
{
border-color: #77DD7A;
}
</style>