Shades of Pastel Green #76DB8A
Tints of Pastel Green #76DB8A
RGB
CMYK
RGB Variations
Color information
#76DB8A (or 0x76DB8A) is known color: Pastel Green. HEX triplet: 76, DB and 8A. RGB value is (118,219,138). Sum of RGB (Red+Green+Blue) = 118+219+138=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DB8A is #892475. Grayscale: #B3B3B3. Windows color (decimal): -8987766 or 9100150. OLE color: 9100150.
HSL color Cylindrical-coordinate representation of color #76DB8A: hue angle of 131.88º degrees, saturation: 0.58, 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 #76DB8A is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 138 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.14 |
| HSL | 131.88º | 0.58% | 0.66% | - |
| HSV(B) | 131.88º | 0.46% | 0.86% | - |
| XYZ | 37.39 | 56.35 | 32.95 | - |
| YUV | 179.57 | 104.54 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 138 | 0.46 | 0 | 0.37 | 0.14 | 131.88 | 0.58 | 0.66 |
| Hex | 76 | DB | 8A | 2E | 0 | 25 | E | 84 | 3A | 42 |
| Octal | 166 | 333 | 212 | 56 | 0 | 45 | 16 | 204 | 72 | 102 |
| Binary | 1110110 | 11011011 | 10001010 | 101110 | 0 | 100101 | 1110 | 10000100 | 111010 | 1000010 |
Color Harmonies of #76DB8A
Complementary color
Monochromatic Colors of #76DB8A
Black with #76DB8A
Text Example
Text Example
White with #76DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DB8A; }
p { color: rgb(118,219,138); }
H1.HeaderClassName
{
color: #76DB8A;
}
.AnyTagClassName
{
color: #76DB8A;
}
</style>
background-color css
<style>
a { background-color: #76DB8A; }
a { background-color: rgb(118,219,138); }
div.DivClassName
{
background-color: #76DB8A;
}
.BgClassName
{
background-color: #76DB8A;
}
</style>
border-color css
<style>
span { border-color: #76DB8A; }
span { border-color: rgb(118,219,138); }
td.TdClassName
{
border-color: #76DB8A;
}
.TagClassName
{
border-color: #76DB8A;
}
</style>