Shades of Pastel Green #76DB70
Tints of Pastel Green #76DB70
RGB
CMYK
RGB Variations
Color information
#76DB70 (or 0x76DB70) is known color: Pastel Green. HEX triplet: 76, DB and 70. RGB value is (118,219,112). Sum of RGB (Red+Green+Blue) = 118+219+112=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DB70 is #89248F. Grayscale: #B0B0B0. Windows color (decimal): -8987792 or 7396214. OLE color: 7396214.
HSL color Cylindrical-coordinate representation of color #76DB70: hue angle of 116.64º 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 #76DB70 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 112 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.14 |
| HSL | 116.64º | 0.6% | 0.65% | - |
| HSV(B) | 116.64º | 0.49% | 0.86% | - |
| XYZ | 35.73 | 55.68 | 24.19 | - |
| YUV | 176.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 112 | 0.46 | 0 | 0.49 | 0.14 | 116.64 | 0.6 | 0.65 |
| Hex | 76 | DB | 70 | 2E | 0 | 31 | E | 75 | 3C | 41 |
| Octal | 166 | 333 | 160 | 56 | 0 | 61 | 16 | 165 | 74 | 101 |
| Binary | 1110110 | 11011011 | 1110000 | 101110 | 0 | 110001 | 1110 | 1110101 | 111100 | 1000001 |
Color Harmonies of #76DB70
Complementary color
Monochromatic Colors of #76DB70
Black with #76DB70
Text Example
Text Example
White with #76DB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DB70; }
p { color: rgb(118,219,112); }
H1.HeaderClassName
{
color: #76DB70;
}
.AnyTagClassName
{
color: #76DB70;
}
</style>
background-color css
<style>
a { background-color: #76DB70; }
a { background-color: rgb(118,219,112); }
div.DivClassName
{
background-color: #76DB70;
}
.BgClassName
{
background-color: #76DB70;
}
</style>
border-color css
<style>
span { border-color: #76DB70; }
span { border-color: rgb(118,219,112); }
td.TdClassName
{
border-color: #76DB70;
}
.TagClassName
{
border-color: #76DB70;
}
</style>