Shades of Pastel Green #77ED80
Tints of Pastel Green #77ED80
RGB
CMYK
RGB Variations
Color information
#77ED80 (or 0x77ED80) is known color: Pastel Green. HEX triplet: 77, ED and 80. RGB value is (119,237,128). Sum of RGB (Red+Green+Blue) = 119+237+128=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #77ED80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77ED80 is #88127F. Grayscale: #BDBDBD. Windows color (decimal): -8917632 or 8449399. OLE color: 8449399.
HSL color Cylindrical-coordinate representation of color #77ED80: hue angle of 124.58º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77ED80 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 237 | 128 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.07 |
| HSL | 124.58º | 0.77% | 0.7% | - |
| HSV(B) | 124.58º | 0.5% | 0.93% | - |
| XYZ | 41.79 | 66.05 | 30.97 | - |
| YUV | 189.29 | 93.41 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 237 | 128 | 0.50 | 0 | 0.46 | 0.07 | 124.58 | 0.77 | 0.7 |
| Hex | 77 | ED | 80 | 32 | 0 | 2E | 7 | 7D | 4D | 46 |
| Octal | 167 | 355 | 200 | 62 | 0 | 56 | 7 | 175 | 115 | 106 |
| Binary | 1110111 | 11101101 | 10000000 | 110010 | 0 | 101110 | 111 | 1111101 | 1001101 | 1000110 |
Color Harmonies of #77ED80
Complementary color
Monochromatic Colors of #77ED80
Black with #77ED80
Text Example
Text Example
White with #77ED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ED80; }
p { color: rgb(119,237,128); }
H1.HeaderClassName
{
color: #77ED80;
}
.AnyTagClassName
{
color: #77ED80;
}
</style>
background-color css
<style>
a { background-color: #77ED80; }
a { background-color: rgb(119,237,128); }
div.DivClassName
{
background-color: #77ED80;
}
.BgClassName
{
background-color: #77ED80;
}
</style>
border-color css
<style>
span { border-color: #77ED80; }
span { border-color: rgb(119,237,128); }
td.TdClassName
{
border-color: #77ED80;
}
.TagClassName
{
border-color: #77ED80;
}
</style>