Shades of Pastel Green #77DD7B
Tints of Pastel Green #77DD7B
RGB
CMYK
RGB Variations
Color information
#77DD7B (or 0x77DD7B) is known color: Pastel Green. HEX triplet: 77, DD and 7B. RGB value is (119,221,123). Sum of RGB (Red+Green+Blue) = 119+221+123=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DD7B is #882284. Grayscale: #B3B3B3. Windows color (decimal): -8921733 or 8117623. OLE color: 8117623.
HSL color Cylindrical-coordinate representation of color #77DD7B: hue angle of 122.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 #77DD7B is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 123 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.13 |
| HSL | 122.35º | 0.6% | 0.67% | - |
| HSV(B) | 122.35º | 0.46% | 0.87% | - |
| XYZ | 37.04 | 57.06 | 27.8 | - |
| YUV | 179.33 | 96.21 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 123 | 0.46 | 0 | 0.44 | 0.13 | 122.35 | 0.6 | 0.67 |
| Hex | 77 | DD | 7B | 2E | 0 | 2C | D | 7A | 3C | 43 |
| Octal | 167 | 335 | 173 | 56 | 0 | 54 | 15 | 172 | 74 | 103 |
| Binary | 1110111 | 11011101 | 1111011 | 101110 | 0 | 101100 | 1101 | 1111010 | 111100 | 1000011 |
Color Harmonies of #77DD7B
Complementary color
Monochromatic Colors of #77DD7B
Black with #77DD7B
Text Example
Text Example
White with #77DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DD7B; }
p { color: rgb(119,221,123); }
H1.HeaderClassName
{
color: #77DD7B;
}
.AnyTagClassName
{
color: #77DD7B;
}
</style>
background-color css
<style>
a { background-color: #77DD7B; }
a { background-color: rgb(119,221,123); }
div.DivClassName
{
background-color: #77DD7B;
}
.BgClassName
{
background-color: #77DD7B;
}
</style>
border-color css
<style>
span { border-color: #77DD7B; }
span { border-color: rgb(119,221,123); }
td.TdClassName
{
border-color: #77DD7B;
}
.TagClassName
{
border-color: #77DD7B;
}
</style>