Shades of Pastel Green #77DC7D
Tints of Pastel Green #77DC7D
RGB
CMYK
RGB Variations
Color information
#77DC7D (or 0x77DC7D) is known color: Pastel Green. HEX triplet: 77, DC and 7D. RGB value is (119,220,125). Sum of RGB (Red+Green+Blue) = 119+220+125=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #77DC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DC7D is #882382. Grayscale: #B3B3B3. Windows color (decimal): -8921987 or 8248439. OLE color: 8248439.
HSL color Cylindrical-coordinate representation of color #77DC7D: hue angle of 123.56º 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 #77DC7D is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 125 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.14 |
| HSL | 123.56º | 0.59% | 0.66% | - |
| HSV(B) | 123.56º | 0.46% | 0.86% | - |
| XYZ | 36.9 | 56.59 | 28.38 | - |
| YUV | 178.97 | 97.54 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 125 | 0.46 | 0 | 0.43 | 0.14 | 123.56 | 0.59 | 0.66 |
| Hex | 77 | DC | 7D | 2E | 0 | 2B | E | 7C | 3B | 42 |
| Octal | 167 | 334 | 175 | 56 | 0 | 53 | 16 | 174 | 73 | 102 |
| Binary | 1110111 | 11011100 | 1111101 | 101110 | 0 | 101011 | 1110 | 1111100 | 111011 | 1000010 |
Color Harmonies of #77DC7D
Complementary color
Monochromatic Colors of #77DC7D
Black with #77DC7D
Text Example
Text Example
White with #77DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DC7D; }
p { color: rgb(119,220,125); }
H1.HeaderClassName
{
color: #77DC7D;
}
.AnyTagClassName
{
color: #77DC7D;
}
</style>
background-color css
<style>
a { background-color: #77DC7D; }
a { background-color: rgb(119,220,125); }
div.DivClassName
{
background-color: #77DC7D;
}
.BgClassName
{
background-color: #77DC7D;
}
</style>
border-color css
<style>
span { border-color: #77DC7D; }
span { border-color: rgb(119,220,125); }
td.TdClassName
{
border-color: #77DC7D;
}
.TagClassName
{
border-color: #77DC7D;
}
</style>