Shades of Pastel Green #76F082
Tints of Pastel Green #76F082
RGB
CMYK
RGB Variations
Color information
#76F082 (or 0x76F082) is known color: Pastel Green. HEX triplet: 76, F0 and 82. RGB value is (118,240,130). Sum of RGB (Red+Green+Blue) = 118+240+130=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #76F082 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F082 is #890F7D. Grayscale: #BFBFBF. Windows color (decimal): -8982398 or 8581238. OLE color: 8581238.
HSL color Cylindrical-coordinate representation of color #76F082: hue angle of 125.9º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F082 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 240 | 130 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.06 |
| HSL | 125.9º | 0.8% | 0.7% | - |
| HSV(B) | 125.9º | 0.51% | 0.94% | - |
| XYZ | 42.66 | 67.78 | 31.95 | - |
| YUV | 190.98 | 93.58 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 130 | 0.51 | 0 | 0.46 | 0.06 | 125.9 | 0.8 | 0.7 |
| Hex | 76 | F0 | 82 | 33 | 0 | 2E | 6 | 7E | 50 | 46 |
| Octal | 166 | 360 | 202 | 63 | 0 | 56 | 6 | 176 | 120 | 106 |
| Binary | 1110110 | 11110000 | 10000010 | 110011 | 0 | 101110 | 110 | 1111110 | 1010000 | 1000110 |
Color Harmonies of #76F082
Complementary color
Monochromatic Colors of #76F082
Black with #76F082
Text Example
Text Example
White with #76F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F082; }
p { color: rgb(118,240,130); }
H1.HeaderClassName
{
color: #76F082;
}
.AnyTagClassName
{
color: #76F082;
}
</style>
background-color css
<style>
a { background-color: #76F082; }
a { background-color: rgb(118,240,130); }
div.DivClassName
{
background-color: #76F082;
}
.BgClassName
{
background-color: #76F082;
}
</style>
border-color css
<style>
span { border-color: #76F082; }
span { border-color: rgb(118,240,130); }
td.TdClassName
{
border-color: #76F082;
}
.TagClassName
{
border-color: #76F082;
}
</style>