Shades of Pastel Green #76DC7B
Tints of Pastel Green #76DC7B
RGB
CMYK
RGB Variations
Color information
#76DC7B (or 0x76DC7B) is known color: Pastel Green. HEX triplet: 76, DC and 7B. RGB value is (118,220,123). Sum of RGB (Red+Green+Blue) = 118+220+123=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DC7B is #892384. Grayscale: #B2B2B2. Windows color (decimal): -8987525 or 8117366. OLE color: 8117366.
HSL color Cylindrical-coordinate representation of color #76DC7B: hue angle of 122.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DC7B is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 123 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.14 |
| HSL | 122.94º | 0.59% | 0.66% | - |
| HSV(B) | 122.94º | 0.46% | 0.86% | - |
| XYZ | 36.64 | 56.47 | 27.71 | - |
| YUV | 178.44 | 96.71 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 123 | 0.46 | 0 | 0.44 | 0.14 | 122.94 | 0.59 | 0.66 |
| Hex | 76 | DC | 7B | 2E | 0 | 2C | E | 7B | 3B | 42 |
| Octal | 166 | 334 | 173 | 56 | 0 | 54 | 16 | 173 | 73 | 102 |
| Binary | 1110110 | 11011100 | 1111011 | 101110 | 0 | 101100 | 1110 | 1111011 | 111011 | 1000010 |
Color Harmonies of #76DC7B
Complementary color
Monochromatic Colors of #76DC7B
Black with #76DC7B
Text Example
Text Example
White with #76DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC7B; }
p { color: rgb(118,220,123); }
H1.HeaderClassName
{
color: #76DC7B;
}
.AnyTagClassName
{
color: #76DC7B;
}
</style>
background-color css
<style>
a { background-color: #76DC7B; }
a { background-color: rgb(118,220,123); }
div.DivClassName
{
background-color: #76DC7B;
}
.BgClassName
{
background-color: #76DC7B;
}
</style>
border-color css
<style>
span { border-color: #76DC7B; }
span { border-color: rgb(118,220,123); }
td.TdClassName
{
border-color: #76DC7B;
}
.TagClassName
{
border-color: #76DC7B;
}
</style>