Shades of Pastel Green #77E268
Tints of Pastel Green #77E268
RGB
CMYK
RGB Variations
Color information
#77E268 (or 0x77E268) is known color: Pastel Green. HEX triplet: 77, E2 and 68. RGB value is (119,226,104). Sum of RGB (Red+Green+Blue) = 119+226+104=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #77E268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77E268 is #881D97. Grayscale: #B4B4B4. Windows color (decimal): -8920472 or 6873719. OLE color: 6873719.
HSL color Cylindrical-coordinate representation of color #77E268: hue angle of 112.62º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77E268 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 226 | 104 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.11 |
| HSL | 112.62º | 0.68% | 0.65% | - |
| HSV(B) | 112.62º | 0.54% | 0.89% | - |
| XYZ | 37.3 | 59.31 | 22.58 | - |
| YUV | 180.1 | 85.05 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 226 | 104 | 0.47 | 0 | 0.54 | 0.11 | 112.62 | 0.68 | 0.65 |
| Hex | 77 | E2 | 68 | 2F | 0 | 36 | B | 71 | 44 | 41 |
| Octal | 167 | 342 | 150 | 57 | 0 | 66 | 13 | 161 | 104 | 101 |
| Binary | 1110111 | 11100010 | 1101000 | 101111 | 0 | 110110 | 1011 | 1110001 | 1000100 | 1000001 |
Color Harmonies of #77E268
Complementary color
Monochromatic Colors of #77E268
Black with #77E268
Text Example
Text Example
White with #77E268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E268; }
p { color: rgb(119,226,104); }
H1.HeaderClassName
{
color: #77E268;
}
.AnyTagClassName
{
color: #77E268;
}
</style>
background-color css
<style>
a { background-color: #77E268; }
a { background-color: rgb(119,226,104); }
div.DivClassName
{
background-color: #77E268;
}
.BgClassName
{
background-color: #77E268;
}
</style>
border-color css
<style>
span { border-color: #77E268; }
span { border-color: rgb(119,226,104); }
td.TdClassName
{
border-color: #77E268;
}
.TagClassName
{
border-color: #77E268;
}
</style>