Shades of Pastel Green #77EF69
Tints of Pastel Green #77EF69
RGB
CMYK
RGB Variations
Color information
#77EF69 (or 0x77EF69) is known color: Pastel Green. HEX triplet: 77, EF and 69. RGB value is (119,239,105). Sum of RGB (Red+Green+Blue) = 119+239+105=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 239 (93.75% from 255 or 51.62% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 239 - color contains mainly: green. Hex color #77EF69 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #77EF69 is #881096. Grayscale: #BCBCBC. Windows color (decimal): -8917143 or 6942583. OLE color: 6942583.
HSL color Cylindrical-coordinate representation of color #77EF69: hue angle of 113.73º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77EF69 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 239 | 105 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.06 |
| HSL | 113.73º | 0.81% | 0.67% | - |
| HSV(B) | 113.73º | 0.56% | 0.94% | - |
| XYZ | 41.02 | 66.67 | 24.07 | - |
| YUV | 187.84 | 81.24 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 239 | 105 | 0.50 | 0 | 0.56 | 0.06 | 113.73 | 0.81 | 0.67 |
| Hex | 77 | EF | 69 | 32 | 0 | 38 | 6 | 72 | 51 | 43 |
| Octal | 167 | 357 | 151 | 62 | 0 | 70 | 6 | 162 | 121 | 103 |
| Binary | 1110111 | 11101111 | 1101001 | 110010 | 0 | 111000 | 110 | 1110010 | 1010001 | 1000011 |
Color Harmonies of #77EF69
Complementary color
Monochromatic Colors of #77EF69
Black with #77EF69
Text Example
Text Example
White with #77EF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EF69; }
p { color: rgb(119,239,105); }
H1.HeaderClassName
{
color: #77EF69;
}
.AnyTagClassName
{
color: #77EF69;
}
</style>
background-color css
<style>
a { background-color: #77EF69; }
a { background-color: rgb(119,239,105); }
div.DivClassName
{
background-color: #77EF69;
}
.BgClassName
{
background-color: #77EF69;
}
</style>
border-color css
<style>
span { border-color: #77EF69; }
span { border-color: rgb(119,239,105); }
td.TdClassName
{
border-color: #77EF69;
}
.TagClassName
{
border-color: #77EF69;
}
</style>