Shades of Pastel Green #76FA81
Tints of Pastel Green #76FA81
RGB
CMYK
RGB Variations
Color information
#76FA81 (or 0x76FA81) is known color: Pastel Green. HEX triplet: 76, FA and 81. RGB value is (118,250,129). Sum of RGB (Red+Green+Blue) = 118+250+129=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #76FA81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FA81 is #89057E. Grayscale: #C5C5C5. Windows color (decimal): -8979839 or 8518262. OLE color: 8518262.
HSL color Cylindrical-coordinate representation of color #76FA81: hue angle of 125º 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 #76FA81 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 129 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.02 |
| HSL | 125º | 0.93% | 0.72% | - |
| HSV(B) | 125º | 0.53% | 0.98% | - |
| XYZ | 45.62 | 73.81 | 32.61 | - |
| YUV | 196.74 | 89.77 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 129 | 0.53 | 0 | 0.48 | 0.02 | 125 | 0.93 | 0.72 |
| Hex | 76 | FA | 81 | 35 | 0 | 30 | 2 | 7D | 5D | 48 |
| Octal | 166 | 372 | 201 | 65 | 0 | 60 | 2 | 175 | 135 | 110 |
| Binary | 1110110 | 11111010 | 10000001 | 110101 | 0 | 110000 | 10 | 1111101 | 1011101 | 1001000 |
Color Harmonies of #76FA81
Complementary color
Monochromatic Colors of #76FA81
Black with #76FA81
Text Example
Text Example
White with #76FA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FA81; }
p { color: rgb(118,250,129); }
H1.HeaderClassName
{
color: #76FA81;
}
.AnyTagClassName
{
color: #76FA81;
}
</style>
background-color css
<style>
a { background-color: #76FA81; }
a { background-color: rgb(118,250,129); }
div.DivClassName
{
background-color: #76FA81;
}
.BgClassName
{
background-color: #76FA81;
}
</style>
border-color css
<style>
span { border-color: #76FA81; }
span { border-color: rgb(118,250,129); }
td.TdClassName
{
border-color: #76FA81;
}
.TagClassName
{
border-color: #76FA81;
}
</style>