Shades of Pastel Green #77DC8B
Tints of Pastel Green #77DC8B
RGB
CMYK
RGB Variations
Color information
#77DC8B (or 0x77DC8B) is known color: Pastel Green. HEX triplet: 77, DC and 8B. RGB value is (119,220,139). Sum of RGB (Red+Green+Blue) = 119+220+139=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #77DC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DC8B is #882374. Grayscale: #B4B4B4. Windows color (decimal): -8921973 or 9165943. OLE color: 9165943.
HSL color Cylindrical-coordinate representation of color #77DC8B: hue angle of 131.88º degrees, saturation: 0.59, 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 #77DC8B is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 139 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.14 |
| HSL | 131.88º | 0.59% | 0.66% | - |
| HSV(B) | 131.88º | 0.46% | 0.86% | - |
| XYZ | 37.86 | 56.97 | 33.43 | - |
| YUV | 180.57 | 104.54 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 139 | 0.46 | 0 | 0.37 | 0.14 | 131.88 | 0.59 | 0.66 |
| Hex | 77 | DC | 8B | 2E | 0 | 25 | E | 84 | 3B | 42 |
| Octal | 167 | 334 | 213 | 56 | 0 | 45 | 16 | 204 | 73 | 102 |
| Binary | 1110111 | 11011100 | 10001011 | 101110 | 0 | 100101 | 1110 | 10000100 | 111011 | 1000010 |
Color Harmonies of #77DC8B
Complementary color
Monochromatic Colors of #77DC8B
Black with #77DC8B
Text Example
Text Example
White with #77DC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DC8B; }
p { color: rgb(119,220,139); }
H1.HeaderClassName
{
color: #77DC8B;
}
.AnyTagClassName
{
color: #77DC8B;
}
</style>
background-color css
<style>
a { background-color: #77DC8B; }
a { background-color: rgb(119,220,139); }
div.DivClassName
{
background-color: #77DC8B;
}
.BgClassName
{
background-color: #77DC8B;
}
</style>
border-color css
<style>
span { border-color: #77DC8B; }
span { border-color: rgb(119,220,139); }
td.TdClassName
{
border-color: #77DC8B;
}
.TagClassName
{
border-color: #77DC8B;
}
</style>