Shades of Pastel Green #77DC7F
Tints of Pastel Green #77DC7F
RGB
CMYK
RGB Variations
Color information
#77DC7F (or 0x77DC7F) is known color: Pastel Green. HEX triplet: 77, DC and 7F. RGB value is (119,220,127). Sum of RGB (Red+Green+Blue) = 119+220+127=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #77DC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DC7F is #882380. Grayscale: #B3B3B3. Windows color (decimal): -8921985 or 8379511. OLE color: 8379511.
HSL color Cylindrical-coordinate representation of color #77DC7F: hue angle of 124.75º 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 #77DC7F is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 127 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.14 |
| HSL | 124.75º | 0.59% | 0.66% | - |
| HSV(B) | 124.75º | 0.46% | 0.86% | - |
| XYZ | 37.03 | 56.64 | 29.06 | - |
| YUV | 179.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 127 | 0.46 | 0 | 0.42 | 0.14 | 124.75 | 0.59 | 0.66 |
| Hex | 77 | DC | 7F | 2E | 0 | 2A | E | 7D | 3B | 42 |
| Octal | 167 | 334 | 177 | 56 | 0 | 52 | 16 | 175 | 73 | 102 |
| Binary | 1110111 | 11011100 | 1111111 | 101110 | 0 | 101010 | 1110 | 1111101 | 111011 | 1000010 |
Color Harmonies of #77DC7F
Complementary color
Monochromatic Colors of #77DC7F
Black with #77DC7F
Text Example
Text Example
White with #77DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DC7F; }
p { color: rgb(119,220,127); }
H1.HeaderClassName
{
color: #77DC7F;
}
.AnyTagClassName
{
color: #77DC7F;
}
</style>
background-color css
<style>
a { background-color: #77DC7F; }
a { background-color: rgb(119,220,127); }
div.DivClassName
{
background-color: #77DC7F;
}
.BgClassName
{
background-color: #77DC7F;
}
</style>
border-color css
<style>
span { border-color: #77DC7F; }
span { border-color: rgb(119,220,127); }
td.TdClassName
{
border-color: #77DC7F;
}
.TagClassName
{
border-color: #77DC7F;
}
</style>