Shades of Pastel Green #77E172
Tints of Pastel Green #77E172
RGB
CMYK
RGB Variations
Color information
#77E172 (or 0x77E172) is known color: Pastel Green. HEX triplet: 77, E1 and 72. RGB value is (119,225,114). Sum of RGB (Red+Green+Blue) = 119+225+114=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #77E172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77E172 is #881E8D. Grayscale: #B4B4B4. Windows color (decimal): -8920718 or 7528823. OLE color: 7528823.
HSL color Cylindrical-coordinate representation of color #77E172: hue angle of 117.3º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77E172 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 225 | 114 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.12 |
| HSL | 117.3º | 0.65% | 0.66% | - |
| HSV(B) | 117.3º | 0.49% | 0.88% | - |
| XYZ | 37.57 | 58.99 | 25.33 | - |
| YUV | 180.65 | 90.38 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 225 | 114 | 0.47 | 0 | 0.49 | 0.12 | 117.3 | 0.65 | 0.66 |
| Hex | 77 | E1 | 72 | 2F | 0 | 31 | C | 75 | 41 | 42 |
| Octal | 167 | 341 | 162 | 57 | 0 | 61 | 14 | 165 | 101 | 102 |
| Binary | 1110111 | 11100001 | 1110010 | 101111 | 0 | 110001 | 1100 | 1110101 | 1000001 | 1000010 |
Color Harmonies of #77E172
Complementary color
Monochromatic Colors of #77E172
Black with #77E172
Text Example
Text Example
White with #77E172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E172; }
p { color: rgb(119,225,114); }
H1.HeaderClassName
{
color: #77E172;
}
.AnyTagClassName
{
color: #77E172;
}
</style>
background-color css
<style>
a { background-color: #77E172; }
a { background-color: rgb(119,225,114); }
div.DivClassName
{
background-color: #77E172;
}
.BgClassName
{
background-color: #77E172;
}
</style>
border-color css
<style>
span { border-color: #77E172; }
span { border-color: rgb(119,225,114); }
td.TdClassName
{
border-color: #77E172;
}
.TagClassName
{
border-color: #77E172;
}
</style>