Shades of Pastel Green #76D985
Tints of Pastel Green #76D985
RGB
CMYK
RGB Variations
Color information
#76D985 (or 0x76D985) is known color: Pastel Green. HEX triplet: 76, D9 and 85. RGB value is (118,217,133). Sum of RGB (Red+Green+Blue) = 118+217+133=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #76D985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D985 is #89267A. Grayscale: #B2B2B2. Windows color (decimal): -8988283 or 8771958. OLE color: 8771958.
HSL color Cylindrical-coordinate representation of color #76D985: hue angle of 129.09º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D985 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 217 | 133 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.15 |
| HSL | 129.09º | 0.57% | 0.66% | - |
| HSV(B) | 129.09º | 0.46% | 0.85% | - |
| XYZ | 36.52 | 55.17 | 30.91 | - |
| YUV | 177.82 | 102.7 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 217 | 133 | 0.46 | 0 | 0.39 | 0.15 | 129.09 | 0.57 | 0.66 |
| Hex | 76 | D9 | 85 | 2E | 0 | 27 | F | 81 | 39 | 42 |
| Octal | 166 | 331 | 205 | 56 | 0 | 47 | 17 | 201 | 71 | 102 |
| Binary | 1110110 | 11011001 | 10000101 | 101110 | 0 | 100111 | 1111 | 10000001 | 111001 | 1000010 |
Color Harmonies of #76D985
Complementary color
Monochromatic Colors of #76D985
Black with #76D985
Text Example
Text Example
White with #76D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D985; }
p { color: rgb(118,217,133); }
H1.HeaderClassName
{
color: #76D985;
}
.AnyTagClassName
{
color: #76D985;
}
</style>
background-color css
<style>
a { background-color: #76D985; }
a { background-color: rgb(118,217,133); }
div.DivClassName
{
background-color: #76D985;
}
.BgClassName
{
background-color: #76D985;
}
</style>
border-color css
<style>
span { border-color: #76D985; }
span { border-color: rgb(118,217,133); }
td.TdClassName
{
border-color: #76D985;
}
.TagClassName
{
border-color: #76D985;
}
</style>