Shades of Pastel Green #77DC8C
Tints of Pastel Green #77DC8C
RGB
CMYK
RGB Variations
Color information
#77DC8C (or 0x77DC8C) is known color: Pastel Green. HEX triplet: 77, DC and 8C. RGB value is (119,220,140). Sum of RGB (Red+Green+Blue) = 119+220+140=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #77DC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DC8C is #882373. Grayscale: #B4B4B4. Windows color (decimal): -8921972 or 9231479. OLE color: 9231479.
HSL color Cylindrical-coordinate representation of color #77DC8C: hue angle of 132.48º 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 #77DC8C is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 140 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.14 |
| HSL | 132.48º | 0.59% | 0.66% | - |
| HSV(B) | 132.48º | 0.46% | 0.86% | - |
| XYZ | 37.93 | 57 | 33.81 | - |
| YUV | 180.68 | 105.04 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 140 | 0.46 | 0 | 0.36 | 0.14 | 132.48 | 0.59 | 0.66 |
| Hex | 77 | DC | 8C | 2E | 0 | 24 | E | 84 | 3B | 42 |
| Octal | 167 | 334 | 214 | 56 | 0 | 44 | 16 | 204 | 73 | 102 |
| Binary | 1110111 | 11011100 | 10001100 | 101110 | 0 | 100100 | 1110 | 10000100 | 111011 | 1000010 |
Color Harmonies of #77DC8C
Complementary color
Monochromatic Colors of #77DC8C
Black with #77DC8C
Text Example
Text Example
White with #77DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DC8C; }
p { color: rgb(119,220,140); }
H1.HeaderClassName
{
color: #77DC8C;
}
.AnyTagClassName
{
color: #77DC8C;
}
</style>
background-color css
<style>
a { background-color: #77DC8C; }
a { background-color: rgb(119,220,140); }
div.DivClassName
{
background-color: #77DC8C;
}
.BgClassName
{
background-color: #77DC8C;
}
</style>
border-color css
<style>
span { border-color: #77DC8C; }
span { border-color: rgb(119,220,140); }
td.TdClassName
{
border-color: #77DC8C;
}
.TagClassName
{
border-color: #77DC8C;
}
</style>