Shades of Pastel Green #77F980
Tints of Pastel Green #77F980
RGB
CMYK
RGB Variations
Color information
#77F980 (or 0x77F980) is known color: Pastel Green. HEX triplet: 77, F9 and 80. RGB value is (119,249,128). Sum of RGB (Red+Green+Blue) = 119+249+128=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #77F980 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F980 is #88067F. Grayscale: #C4C4C4. Windows color (decimal): -8914560 or 8452471. OLE color: 8452471.
HSL color Cylindrical-coordinate representation of color #77F980: hue angle of 124.15º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F980 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 249 | 128 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.02 |
| HSL | 124.15º | 0.92% | 0.72% | - |
| HSV(B) | 124.15º | 0.52% | 0.98% | - |
| XYZ | 45.38 | 73.23 | 32.17 | - |
| YUV | 196.34 | 89.43 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 249 | 128 | 0.52 | 0 | 0.49 | 0.02 | 124.15 | 0.92 | 0.72 |
| Hex | 77 | F9 | 80 | 34 | 0 | 31 | 2 | 7C | 5C | 48 |
| Octal | 167 | 371 | 200 | 64 | 0 | 61 | 2 | 174 | 134 | 110 |
| Binary | 1110111 | 11111001 | 10000000 | 110100 | 0 | 110001 | 10 | 1111100 | 1011100 | 1001000 |
Color Harmonies of #77F980
Complementary color
Monochromatic Colors of #77F980
Black with #77F980
Text Example
Text Example
White with #77F980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F980; }
p { color: rgb(119,249,128); }
H1.HeaderClassName
{
color: #77F980;
}
.AnyTagClassName
{
color: #77F980;
}
</style>
background-color css
<style>
a { background-color: #77F980; }
a { background-color: rgb(119,249,128); }
div.DivClassName
{
background-color: #77F980;
}
.BgClassName
{
background-color: #77F980;
}
</style>
border-color css
<style>
span { border-color: #77F980; }
span { border-color: rgb(119,249,128); }
td.TdClassName
{
border-color: #77F980;
}
.TagClassName
{
border-color: #77F980;
}
</style>