Shades of Pastel Green #76D963
Tints of Pastel Green #76D963
RGB
CMYK
RGB Variations
Color information
#76D963 (or 0x76D963) is known color: Pastel Green. HEX triplet: 76, D9 and 63. RGB value is (118,217,99). Sum of RGB (Red+Green+Blue) = 118+217+99=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #76D963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D963 is #89269C. Grayscale: #AEAEAE. Windows color (decimal): -8988317 or 6543734. OLE color: 6543734.
HSL color Cylindrical-coordinate representation of color #76D963: hue angle of 110.34º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76D963 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 217 | 99 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.15 |
| HSL | 110.34º | 0.61% | 0.62% | - |
| HSV(B) | 110.34º | 0.54% | 0.85% | - |
| XYZ | 34.54 | 54.38 | 20.48 | - |
| YUV | 173.95 | 85.7 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 217 | 99 | 0.46 | 0 | 0.54 | 0.15 | 110.34 | 0.61 | 0.62 |
| Hex | 76 | D9 | 63 | 2E | 0 | 36 | F | 6E | 3D | 3E |
| Octal | 166 | 331 | 143 | 56 | 0 | 66 | 17 | 156 | 75 | 76 |
| Binary | 1110110 | 11011001 | 1100011 | 101110 | 0 | 110110 | 1111 | 1101110 | 111101 | 111110 |
Color Harmonies of #76D963
Complementary color
Monochromatic Colors of #76D963
Black with #76D963
Text Example
Text Example
White with #76D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D963; }
p { color: rgb(118,217,99); }
H1.HeaderClassName
{
color: #76D963;
}
.AnyTagClassName
{
color: #76D963;
}
</style>
background-color css
<style>
a { background-color: #76D963; }
a { background-color: rgb(118,217,99); }
div.DivClassName
{
background-color: #76D963;
}
.BgClassName
{
background-color: #76D963;
}
</style>
border-color css
<style>
span { border-color: #76D963; }
span { border-color: rgb(118,217,99); }
td.TdClassName
{
border-color: #76D963;
}
.TagClassName
{
border-color: #76D963;
}
</style>