Shades of Pastel Green #77D275
Tints of Pastel Green #77D275
RGB
CMYK
RGB Variations
Color information
#77D275 (or 0x77D275) is known color: Pastel Green. HEX triplet: 77, D2 and 75. RGB value is (119,210,117). Sum of RGB (Red+Green+Blue) = 119+210+117=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #77D275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D275 is #882D8A. Grayscale: #ACACAC. Windows color (decimal): -8924555 or 7721591. OLE color: 7721591.
HSL color Cylindrical-coordinate representation of color #77D275: hue angle of 118.71º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D275 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 210 | 117 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.18 |
| HSL | 118.71º | 0.51% | 0.64% | - |
| HSV(B) | 118.71º | 0.44% | 0.82% | - |
| XYZ | 33.87 | 51.3 | 24.95 | - |
| YUV | 172.19 | 96.85 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 210 | 117 | 0.43 | 0 | 0.44 | 0.18 | 118.71 | 0.51 | 0.64 |
| Hex | 77 | D2 | 75 | 2B | 0 | 2C | 12 | 77 | 33 | 40 |
| Octal | 167 | 322 | 165 | 53 | 0 | 54 | 22 | 167 | 63 | 100 |
| Binary | 1110111 | 11010010 | 1110101 | 101011 | 0 | 101100 | 10010 | 1110111 | 110011 | 1000000 |
Color Harmonies of #77D275
Complementary color
Monochromatic Colors of #77D275
Black with #77D275
Text Example
Text Example
White with #77D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D275; }
p { color: rgb(119,210,117); }
H1.HeaderClassName
{
color: #77D275;
}
.AnyTagClassName
{
color: #77D275;
}
</style>
background-color css
<style>
a { background-color: #77D275; }
a { background-color: rgb(119,210,117); }
div.DivClassName
{
background-color: #77D275;
}
.BgClassName
{
background-color: #77D275;
}
</style>
border-color css
<style>
span { border-color: #77D275; }
span { border-color: rgb(119,210,117); }
td.TdClassName
{
border-color: #77D275;
}
.TagClassName
{
border-color: #77D275;
}
</style>