Shades of Pastel Green #77EA72
Tints of Pastel Green #77EA72
RGB
CMYK
RGB Variations
Color information
#77EA72 (or 0x77EA72) is known color: Pastel Green. HEX triplet: 77, EA and 72. RGB value is (119,234,114). Sum of RGB (Red+Green+Blue) = 119+234+114=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #77EA72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #77EA72 is #88158D. Grayscale: #BABABA. Windows color (decimal): -8918414 or 7531127. OLE color: 7531127.
HSL color Cylindrical-coordinate representation of color #77EA72: hue angle of 117.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77EA72 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 234 | 114 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.08 |
| HSL | 117.5º | 0.74% | 0.68% | - |
| HSV(B) | 117.5º | 0.51% | 0.92% | - |
| XYZ | 40.07 | 63.98 | 26.16 | - |
| YUV | 185.94 | 87.4 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 234 | 114 | 0.49 | 0 | 0.51 | 0.08 | 117.5 | 0.74 | 0.68 |
| Hex | 77 | EA | 72 | 31 | 0 | 33 | 8 | 76 | 4A | 44 |
| Octal | 167 | 352 | 162 | 61 | 0 | 63 | 10 | 166 | 112 | 104 |
| Binary | 1110111 | 11101010 | 1110010 | 110001 | 0 | 110011 | 1000 | 1110110 | 1001010 | 1000100 |
Color Harmonies of #77EA72
Complementary color
Monochromatic Colors of #77EA72
Black with #77EA72
Text Example
Text Example
White with #77EA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EA72; }
p { color: rgb(119,234,114); }
H1.HeaderClassName
{
color: #77EA72;
}
.AnyTagClassName
{
color: #77EA72;
}
</style>
background-color css
<style>
a { background-color: #77EA72; }
a { background-color: rgb(119,234,114); }
div.DivClassName
{
background-color: #77EA72;
}
.BgClassName
{
background-color: #77EA72;
}
</style>
border-color css
<style>
span { border-color: #77EA72; }
span { border-color: rgb(119,234,114); }
td.TdClassName
{
border-color: #77EA72;
}
.TagClassName
{
border-color: #77EA72;
}
</style>