Shades of Pastel Green #77E385
Tints of Pastel Green #77E385
RGB
CMYK
RGB Variations
Color information
#77E385 (or 0x77E385) is known color: Pastel Green. HEX triplet: 77, E3 and 85. RGB value is (119,227,133). Sum of RGB (Red+Green+Blue) = 119+227+133=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #77E385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77E385 is #881C7A. Grayscale: #B8B8B8. Windows color (decimal): -8920187 or 8774519. OLE color: 8774519.
HSL color Cylindrical-coordinate representation of color #77E385: hue angle of 127.78º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E385 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 227 | 133 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.11 |
| HSL | 127.78º | 0.66% | 0.68% | - |
| HSV(B) | 127.78º | 0.48% | 0.89% | - |
| XYZ | 39.31 | 60.55 | 31.81 | - |
| YUV | 183.99 | 99.22 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 227 | 133 | 0.48 | 0 | 0.41 | 0.11 | 127.78 | 0.66 | 0.68 |
| Hex | 77 | E3 | 85 | 30 | 0 | 29 | B | 80 | 42 | 44 |
| Octal | 167 | 343 | 205 | 60 | 0 | 51 | 13 | 200 | 102 | 104 |
| Binary | 1110111 | 11100011 | 10000101 | 110000 | 0 | 101001 | 1011 | 10000000 | 1000010 | 1000100 |
Color Harmonies of #77E385
Complementary color
Monochromatic Colors of #77E385
Black with #77E385
Text Example
Text Example
White with #77E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E385; }
p { color: rgb(119,227,133); }
H1.HeaderClassName
{
color: #77E385;
}
.AnyTagClassName
{
color: #77E385;
}
</style>
background-color css
<style>
a { background-color: #77E385; }
a { background-color: rgb(119,227,133); }
div.DivClassName
{
background-color: #77E385;
}
.BgClassName
{
background-color: #77E385;
}
</style>
border-color css
<style>
span { border-color: #77E385; }
span { border-color: rgb(119,227,133); }
td.TdClassName
{
border-color: #77E385;
}
.TagClassName
{
border-color: #77E385;
}
</style>