Shades of Pastel Green #77D375
Tints of Pastel Green #77D375
RGB
CMYK
RGB Variations
Color information
#77D375 (or 0x77D375) is known color: Pastel Green. HEX triplet: 77, D3 and 75. RGB value is (119,211,117). Sum of RGB (Red+Green+Blue) = 119+211+117=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #77D375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D375 is #882C8A. Grayscale: #ADADAD. Windows color (decimal): -8924299 or 7721847. OLE color: 7721847.
HSL color Cylindrical-coordinate representation of color #77D375: hue angle of 118.72º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D375 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 211 | 117 | - |
| CMYK | 0.44 | 0 | 0.45 | 0.17 |
| HSL | 118.72º | 0.52% | 0.64% | - |
| HSV(B) | 118.72º | 0.45% | 0.83% | - |
| XYZ | 34.11 | 51.79 | 25.03 | - |
| YUV | 172.78 | 96.52 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 211 | 117 | 0.44 | 0 | 0.45 | 0.17 | 118.72 | 0.52 | 0.64 |
| Hex | 77 | D3 | 75 | 2C | 0 | 2D | 11 | 77 | 34 | 40 |
| Octal | 167 | 323 | 165 | 54 | 0 | 55 | 21 | 167 | 64 | 100 |
| Binary | 1110111 | 11010011 | 1110101 | 101100 | 0 | 101101 | 10001 | 1110111 | 110100 | 1000000 |
Color Harmonies of #77D375
Complementary color
Monochromatic Colors of #77D375
Black with #77D375
Text Example
Text Example
White with #77D375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D375; }
p { color: rgb(119,211,117); }
H1.HeaderClassName
{
color: #77D375;
}
.AnyTagClassName
{
color: #77D375;
}
</style>
background-color css
<style>
a { background-color: #77D375; }
a { background-color: rgb(119,211,117); }
div.DivClassName
{
background-color: #77D375;
}
.BgClassName
{
background-color: #77D375;
}
</style>
border-color css
<style>
span { border-color: #77D375; }
span { border-color: rgb(119,211,117); }
td.TdClassName
{
border-color: #77D375;
}
.TagClassName
{
border-color: #77D375;
}
</style>