Shades of Pastel Green #76D581
Tints of Pastel Green #76D581
RGB
CMYK
RGB Variations
Color information
#76D581 (or 0x76D581) is known color: Pastel Green. HEX triplet: 76, D5 and 81. RGB value is (118,213,129). Sum of RGB (Red+Green+Blue) = 118+213+129=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #76D581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D581 is #892A7E. Grayscale: #AFAFAF. Windows color (decimal): -8989311 or 8508790. OLE color: 8508790.
HSL color Cylindrical-coordinate representation of color #76D581: hue angle of 126.95º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D581 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 129 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.16 |
| HSL | 126.95º | 0.53% | 0.65% | - |
| HSV(B) | 126.95º | 0.45% | 0.84% | - |
| XYZ | 35.23 | 53.03 | 29.15 | - |
| YUV | 175.02 | 102.03 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 129 | 0.45 | 0 | 0.39 | 0.16 | 126.95 | 0.53 | 0.65 |
| Hex | 76 | D5 | 81 | 2D | 0 | 27 | 10 | 7F | 35 | 41 |
| Octal | 166 | 325 | 201 | 55 | 0 | 47 | 20 | 177 | 65 | 101 |
| Binary | 1110110 | 11010101 | 10000001 | 101101 | 0 | 100111 | 10000 | 1111111 | 110101 | 1000001 |
Color Harmonies of #76D581
Complementary color
Monochromatic Colors of #76D581
Black with #76D581
Text Example
Text Example
White with #76D581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D581; }
p { color: rgb(118,213,129); }
H1.HeaderClassName
{
color: #76D581;
}
.AnyTagClassName
{
color: #76D581;
}
</style>
background-color css
<style>
a { background-color: #76D581; }
a { background-color: rgb(118,213,129); }
div.DivClassName
{
background-color: #76D581;
}
.BgClassName
{
background-color: #76D581;
}
</style>
border-color css
<style>
span { border-color: #76D581; }
span { border-color: rgb(118,213,129); }
td.TdClassName
{
border-color: #76D581;
}
.TagClassName
{
border-color: #76D581;
}
</style>