Shades of Pastel Green #76D885
Tints of Pastel Green #76D885
RGB
CMYK
RGB Variations
Color information
#76D885 (or 0x76D885) is known color: Pastel Green. HEX triplet: 76, D8 and 85. RGB value is (118,216,133). Sum of RGB (Red+Green+Blue) = 118+216+133=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #76D885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D885 is #89277A. Grayscale: #B1B1B1. Windows color (decimal): -8988539 or 8771702. OLE color: 8771702.
HSL color Cylindrical-coordinate representation of color #76D885: hue angle of 129.18º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D885 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 216 | 133 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.15 |
| HSL | 129.18º | 0.56% | 0.65% | - |
| HSV(B) | 129.18º | 0.45% | 0.85% | - |
| XYZ | 36.26 | 54.66 | 30.83 | - |
| YUV | 177.24 | 103.03 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 216 | 133 | 0.45 | 0 | 0.38 | 0.15 | 129.18 | 0.56 | 0.65 |
| Hex | 76 | D8 | 85 | 2D | 0 | 26 | F | 81 | 38 | 41 |
| Octal | 166 | 330 | 205 | 55 | 0 | 46 | 17 | 201 | 70 | 101 |
| Binary | 1110110 | 11011000 | 10000101 | 101101 | 0 | 100110 | 1111 | 10000001 | 111000 | 1000001 |
Color Harmonies of #76D885
Complementary color
Monochromatic Colors of #76D885
Black with #76D885
Text Example
Text Example
White with #76D885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D885; }
p { color: rgb(118,216,133); }
H1.HeaderClassName
{
color: #76D885;
}
.AnyTagClassName
{
color: #76D885;
}
</style>
background-color css
<style>
a { background-color: #76D885; }
a { background-color: rgb(118,216,133); }
div.DivClassName
{
background-color: #76D885;
}
.BgClassName
{
background-color: #76D885;
}
</style>
border-color css
<style>
span { border-color: #76D885; }
span { border-color: rgb(118,216,133); }
td.TdClassName
{
border-color: #76D885;
}
.TagClassName
{
border-color: #76D885;
}
</style>