Shades of Pastel Green #76DB6D
Tints of Pastel Green #76DB6D
RGB
CMYK
RGB Variations
Color information
#76DB6D (or 0x76DB6D) is known color: Pastel Green. HEX triplet: 76, DB and 6D. RGB value is (118,219,109). Sum of RGB (Red+Green+Blue) = 118+219+109=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DB6D is #892492. Grayscale: #B0B0B0. Windows color (decimal): -8987795 or 7199606. OLE color: 7199606.
HSL color Cylindrical-coordinate representation of color #76DB6D: hue angle of 115.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76DB6D is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 109 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.14 |
| HSL | 115.09º | 0.6% | 0.64% | - |
| HSV(B) | 115.09º | 0.5% | 0.86% | - |
| XYZ | 35.56 | 55.62 | 23.33 | - |
| YUV | 176.26 | 90.04 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 109 | 0.46 | 0 | 0.50 | 0.14 | 115.09 | 0.6 | 0.64 |
| Hex | 76 | DB | 6D | 2E | 0 | 32 | E | 73 | 3C | 40 |
| Octal | 166 | 333 | 155 | 56 | 0 | 62 | 16 | 163 | 74 | 100 |
| Binary | 1110110 | 11011011 | 1101101 | 101110 | 0 | 110010 | 1110 | 1110011 | 111100 | 1000000 |
Color Harmonies of #76DB6D
Complementary color
Monochromatic Colors of #76DB6D
Black with #76DB6D
Text Example
Text Example
White with #76DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DB6D; }
p { color: rgb(118,219,109); }
H1.HeaderClassName
{
color: #76DB6D;
}
.AnyTagClassName
{
color: #76DB6D;
}
</style>
background-color css
<style>
a { background-color: #76DB6D; }
a { background-color: rgb(118,219,109); }
div.DivClassName
{
background-color: #76DB6D;
}
.BgClassName
{
background-color: #76DB6D;
}
</style>
border-color css
<style>
span { border-color: #76DB6D; }
span { border-color: rgb(118,219,109); }
td.TdClassName
{
border-color: #76DB6D;
}
.TagClassName
{
border-color: #76DB6D;
}
</style>