Shades of Pastel Green #76FA80
Tints of Pastel Green #76FA80
RGB
CMYK
RGB Variations
Color information
#76FA80 (or 0x76FA80) is known color: Pastel Green. HEX triplet: 76, FA and 80. RGB value is (118,250,128). Sum of RGB (Red+Green+Blue) = 118+250+128=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #76FA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FA80 is #89057F. Grayscale: #C4C4C4. Windows color (decimal): -8979840 or 8452726. OLE color: 8452726.
HSL color Cylindrical-coordinate representation of color #76FA80: hue angle of 124.55º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FA80 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 128 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.02 |
| HSL | 124.55º | 0.93% | 0.72% | - |
| HSV(B) | 124.55º | 0.53% | 0.98% | - |
| XYZ | 45.55 | 73.78 | 32.26 | - |
| YUV | 196.62 | 89.27 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 128 | 0.53 | 0 | 0.49 | 0.02 | 124.55 | 0.93 | 0.72 |
| Hex | 76 | FA | 80 | 35 | 0 | 31 | 2 | 7D | 5D | 48 |
| Octal | 166 | 372 | 200 | 65 | 0 | 61 | 2 | 175 | 135 | 110 |
| Binary | 1110110 | 11111010 | 10000000 | 110101 | 0 | 110001 | 10 | 1111101 | 1011101 | 1001000 |
Color Harmonies of #76FA80
Complementary color
Monochromatic Colors of #76FA80
Black with #76FA80
Text Example
Text Example
White with #76FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FA80; }
p { color: rgb(118,250,128); }
H1.HeaderClassName
{
color: #76FA80;
}
.AnyTagClassName
{
color: #76FA80;
}
</style>
background-color css
<style>
a { background-color: #76FA80; }
a { background-color: rgb(118,250,128); }
div.DivClassName
{
background-color: #76FA80;
}
.BgClassName
{
background-color: #76FA80;
}
</style>
border-color css
<style>
span { border-color: #76FA80; }
span { border-color: rgb(118,250,128); }
td.TdClassName
{
border-color: #76FA80;
}
.TagClassName
{
border-color: #76FA80;
}
</style>