Shades of Pastel Green #76DB6F
Tints of Pastel Green #76DB6F
RGB
CMYK
RGB Variations
Color information
#76DB6F (or 0x76DB6F) is known color: Pastel Green. HEX triplet: 76, DB and 6F. RGB value is (118,219,111). Sum of RGB (Red+Green+Blue) = 118+219+111=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DB6F is #892490. Grayscale: #B0B0B0. Windows color (decimal): -8987793 or 7330678. OLE color: 7330678.
HSL color Cylindrical-coordinate representation of color #76DB6F: hue angle of 116.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76DB6F is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 111 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.14 |
| HSL | 116.11º | 0.6% | 0.65% | - |
| HSV(B) | 116.11º | 0.49% | 0.86% | - |
| XYZ | 35.67 | 55.66 | 23.9 | - |
| YUV | 176.49 | 91.04 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 111 | 0.46 | 0 | 0.49 | 0.14 | 116.11 | 0.6 | 0.65 |
| Hex | 76 | DB | 6F | 2E | 0 | 31 | E | 74 | 3C | 41 |
| Octal | 166 | 333 | 157 | 56 | 0 | 61 | 16 | 164 | 74 | 101 |
| Binary | 1110110 | 11011011 | 1101111 | 101110 | 0 | 110001 | 1110 | 1110100 | 111100 | 1000001 |
Color Harmonies of #76DB6F
Complementary color
Monochromatic Colors of #76DB6F
Black with #76DB6F
Text Example
Text Example
White with #76DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DB6F; }
p { color: rgb(118,219,111); }
H1.HeaderClassName
{
color: #76DB6F;
}
.AnyTagClassName
{
color: #76DB6F;
}
</style>
background-color css
<style>
a { background-color: #76DB6F; }
a { background-color: rgb(118,219,111); }
div.DivClassName
{
background-color: #76DB6F;
}
.BgClassName
{
background-color: #76DB6F;
}
</style>
border-color css
<style>
span { border-color: #76DB6F; }
span { border-color: rgb(118,219,111); }
td.TdClassName
{
border-color: #76DB6F;
}
.TagClassName
{
border-color: #76DB6F;
}
</style>