Shades of Pastel Green #77DB7B
Tints of Pastel Green #77DB7B
RGB
CMYK
RGB Variations
Color information
#77DB7B (or 0x77DB7B) is known color: Pastel Green. HEX triplet: 77, DB and 7B. RGB value is (119,219,123). Sum of RGB (Red+Green+Blue) = 119+219+123=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DB7B is #882484. Grayscale: #B2B2B2. Windows color (decimal): -8922245 or 8117111. OLE color: 8117111.
HSL color Cylindrical-coordinate representation of color #77DB7B: hue angle of 122.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DB7B is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 123 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.14 |
| HSL | 122.4º | 0.58% | 0.66% | - |
| HSV(B) | 122.4º | 0.46% | 0.86% | - |
| XYZ | 36.51 | 56.02 | 27.63 | - |
| YUV | 178.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 123 | 0.46 | 0 | 0.44 | 0.14 | 122.4 | 0.58 | 0.66 |
| Hex | 77 | DB | 7B | 2E | 0 | 2C | E | 7A | 3A | 42 |
| Octal | 167 | 333 | 173 | 56 | 0 | 54 | 16 | 172 | 72 | 102 |
| Binary | 1110111 | 11011011 | 1111011 | 101110 | 0 | 101100 | 1110 | 1111010 | 111010 | 1000010 |
Color Harmonies of #77DB7B
Complementary color
Monochromatic Colors of #77DB7B
Black with #77DB7B
Text Example
Text Example
White with #77DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB7B; }
p { color: rgb(119,219,123); }
H1.HeaderClassName
{
color: #77DB7B;
}
.AnyTagClassName
{
color: #77DB7B;
}
</style>
background-color css
<style>
a { background-color: #77DB7B; }
a { background-color: rgb(119,219,123); }
div.DivClassName
{
background-color: #77DB7B;
}
.BgClassName
{
background-color: #77DB7B;
}
</style>
border-color css
<style>
span { border-color: #77DB7B; }
span { border-color: rgb(119,219,123); }
td.TdClassName
{
border-color: #77DB7B;
}
.TagClassName
{
border-color: #77DB7B;
}
</style>