Shades of Pastel Green #77D07C
Tints of Pastel Green #77D07C
RGB
CMYK
RGB Variations
Color information
#77D07C (or 0x77D07C) is known color: Pastel Green. HEX triplet: 77, D0 and 7C. RGB value is (119,208,124). Sum of RGB (Red+Green+Blue) = 119+208+124=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #77D07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D07C is #882F83. Grayscale: #ACACAC. Windows color (decimal): -8925060 or 8179831. OLE color: 8179831.
HSL color Cylindrical-coordinate representation of color #77D07C: hue angle of 123.37º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77D07C is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 208 | 124 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.18 |
| HSL | 123.37º | 0.49% | 0.64% | - |
| HSV(B) | 123.37º | 0.43% | 0.82% | - |
| XYZ | 33.8 | 50.49 | 27.03 | - |
| YUV | 171.81 | 101.01 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 208 | 124 | 0.43 | 0 | 0.40 | 0.18 | 123.37 | 0.49 | 0.64 |
| Hex | 77 | D0 | 7C | 2B | 0 | 28 | 12 | 7B | 31 | 40 |
| Octal | 167 | 320 | 174 | 53 | 0 | 50 | 22 | 173 | 61 | 100 |
| Binary | 1110111 | 11010000 | 1111100 | 101011 | 0 | 101000 | 10010 | 1111011 | 110001 | 1000000 |
Color Harmonies of #77D07C
Complementary color
Monochromatic Colors of #77D07C
Black with #77D07C
Text Example
Text Example
White with #77D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D07C; }
p { color: rgb(119,208,124); }
H1.HeaderClassName
{
color: #77D07C;
}
.AnyTagClassName
{
color: #77D07C;
}
</style>
background-color css
<style>
a { background-color: #77D07C; }
a { background-color: rgb(119,208,124); }
div.DivClassName
{
background-color: #77D07C;
}
.BgClassName
{
background-color: #77D07C;
}
</style>
border-color css
<style>
span { border-color: #77D07C; }
span { border-color: rgb(119,208,124); }
td.TdClassName
{
border-color: #77D07C;
}
.TagClassName
{
border-color: #77D07C;
}
</style>