Shades of Pastel Green #77E686
Tints of Pastel Green #77E686
RGB
CMYK
RGB Variations
Color information
#77E686 (or 0x77E686) is known color: Pastel Green. HEX triplet: 77, E6 and 86. RGB value is (119,230,134). Sum of RGB (Red+Green+Blue) = 119+230+134=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #77E686 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77E686 is #881979. Grayscale: #BABABA. Windows color (decimal): -8919418 or 8840823. OLE color: 8840823.
HSL color Cylindrical-coordinate representation of color #77E686: hue angle of 128.11º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E686 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 230 | 134 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.10 |
| HSL | 128.11º | 0.69% | 0.68% | - |
| HSV(B) | 128.11º | 0.48% | 0.9% | - |
| XYZ | 40.21 | 62.24 | 32.45 | - |
| YUV | 185.87 | 98.73 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 230 | 134 | 0.48 | 0 | 0.42 | 0.10 | 128.11 | 0.69 | 0.68 |
| Hex | 77 | E6 | 86 | 30 | 0 | 2A | A | 80 | 45 | 44 |
| Octal | 167 | 346 | 206 | 60 | 0 | 52 | 12 | 200 | 105 | 104 |
| Binary | 1110111 | 11100110 | 10000110 | 110000 | 0 | 101010 | 1010 | 10000000 | 1000101 | 1000100 |
Color Harmonies of #77E686
Complementary color
Monochromatic Colors of #77E686
Black with #77E686
Text Example
Text Example
White with #77E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E686; }
p { color: rgb(119,230,134); }
H1.HeaderClassName
{
color: #77E686;
}
.AnyTagClassName
{
color: #77E686;
}
</style>
background-color css
<style>
a { background-color: #77E686; }
a { background-color: rgb(119,230,134); }
div.DivClassName
{
background-color: #77E686;
}
.BgClassName
{
background-color: #77E686;
}
</style>
border-color css
<style>
span { border-color: #77E686; }
span { border-color: rgb(119,230,134); }
td.TdClassName
{
border-color: #77E686;
}
.TagClassName
{
border-color: #77E686;
}
</style>