Shades of Pastel Green #76D36F
Tints of Pastel Green #76D36F
RGB
CMYK
RGB Variations
Color information
#76D36F (or 0x76D36F) is known color: Pastel Green. HEX triplet: 76, D3 and 6F. RGB value is (118,211,111). Sum of RGB (Red+Green+Blue) = 118+211+111=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #76D36F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D36F is #892C90. Grayscale: #ACACAC. Windows color (decimal): -8989841 or 7328630. OLE color: 7328630.
HSL color Cylindrical-coordinate representation of color #76D36F: hue angle of 115.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76D36F is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 211 | 111 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.17 |
| HSL | 115.8º | 0.53% | 0.63% | - |
| HSV(B) | 115.8º | 0.47% | 0.83% | - |
| XYZ | 33.63 | 51.59 | 23.22 | - |
| YUV | 171.79 | 93.69 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 211 | 111 | 0.44 | 0 | 0.47 | 0.17 | 115.8 | 0.53 | 0.63 |
| Hex | 76 | D3 | 6F | 2C | 0 | 2F | 11 | 74 | 35 | 3F |
| Octal | 166 | 323 | 157 | 54 | 0 | 57 | 21 | 164 | 65 | 77 |
| Binary | 1110110 | 11010011 | 1101111 | 101100 | 0 | 101111 | 10001 | 1110100 | 110101 | 111111 |
Color Harmonies of #76D36F
Complementary color
Monochromatic Colors of #76D36F
Black with #76D36F
Text Example
Text Example
White with #76D36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D36F; }
p { color: rgb(118,211,111); }
H1.HeaderClassName
{
color: #76D36F;
}
.AnyTagClassName
{
color: #76D36F;
}
</style>
background-color css
<style>
a { background-color: #76D36F; }
a { background-color: rgb(118,211,111); }
div.DivClassName
{
background-color: #76D36F;
}
.BgClassName
{
background-color: #76D36F;
}
</style>
border-color css
<style>
span { border-color: #76D36F; }
span { border-color: rgb(118,211,111); }
td.TdClassName
{
border-color: #76D36F;
}
.TagClassName
{
border-color: #76D36F;
}
</style>