Shades of Pastel Green #76DD5E
Tints of Pastel Green #76DD5E
RGB
CMYK
RGB Variations
Color information
#76DD5E (or 0x76DD5E) is known color: Pastel Green. HEX triplet: 76, DD and 5E. RGB value is (118,221,94). Sum of RGB (Red+Green+Blue) = 118+221+94=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DD5E is #8922A1. Grayscale: #B0B0B0. Windows color (decimal): -8987298 or 6217078. OLE color: 6217078.
HSL color Cylindrical-coordinate representation of color #76DD5E: hue angle of 108.66º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76DD5E is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 94 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.13 |
| HSL | 108.66º | 0.65% | 0.62% | - |
| HSV(B) | 108.66º | 0.57% | 0.87% | - |
| XYZ | 35.35 | 56.37 | 19.61 | - |
| YUV | 175.73 | 81.88 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 94 | 0.47 | 0 | 0.57 | 0.13 | 108.66 | 0.65 | 0.62 |
| Hex | 76 | DD | 5E | 2F | 0 | 39 | D | 6D | 41 | 3E |
| Octal | 166 | 335 | 136 | 57 | 0 | 71 | 15 | 155 | 101 | 76 |
| Binary | 1110110 | 11011101 | 1011110 | 101111 | 0 | 111001 | 1101 | 1101101 | 1000001 | 111110 |
Color Harmonies of #76DD5E
Complementary color
Monochromatic Colors of #76DD5E
Black with #76DD5E
Text Example
Text Example
White with #76DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DD5E; }
p { color: rgb(118,221,94); }
H1.HeaderClassName
{
color: #76DD5E;
}
.AnyTagClassName
{
color: #76DD5E;
}
</style>
background-color css
<style>
a { background-color: #76DD5E; }
a { background-color: rgb(118,221,94); }
div.DivClassName
{
background-color: #76DD5E;
}
.BgClassName
{
background-color: #76DD5E;
}
</style>
border-color css
<style>
span { border-color: #76DD5E; }
span { border-color: rgb(118,221,94); }
td.TdClassName
{
border-color: #76DD5E;
}
.TagClassName
{
border-color: #76DD5E;
}
</style>