Shades of Pastel Green #7FDB76
Tints of Pastel Green #7FDB76
RGB
CMYK
RGB Variations
Color information
#7FDB76 (or 0x7FDB76) is known color: Pastel Green. HEX triplet: 7F, DB and 76. RGB value is (127,219,118). Sum of RGB (Red+Green+Blue) = 127+219+118=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDB76 is #802489. Grayscale: #B4B4B4. Windows color (decimal): -8397962 or 7789439. OLE color: 7789439.
HSL color Cylindrical-coordinate representation of color #7FDB76: hue angle of 114.65º 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 #7FDB76 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 118 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.14 |
| HSL | 114.65º | 0.58% | 0.66% | - |
| HSV(B) | 114.65º | 0.46% | 0.86% | - |
| XYZ | 37.35 | 56.48 | 26.07 | - |
| YUV | 179.98 | 93.02 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 118 | 0.42 | 0 | 0.46 | 0.14 | 114.65 | 0.58 | 0.66 |
| Hex | 7F | DB | 76 | 2A | 0 | 2E | E | 73 | 3A | 42 |
| Octal | 177 | 333 | 166 | 52 | 0 | 56 | 16 | 163 | 72 | 102 |
| Binary | 1111111 | 11011011 | 1110110 | 101010 | 0 | 101110 | 1110 | 1110011 | 111010 | 1000010 |
Color Harmonies of #7FDB76
Complementary color
Monochromatic Colors of #7FDB76
Black with #7FDB76
Text Example
Text Example
White with #7FDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDB76; }
p { color: rgb(127,219,118); }
H1.HeaderClassName
{
color: #7FDB76;
}
.AnyTagClassName
{
color: #7FDB76;
}
</style>
background-color css
<style>
a { background-color: #7FDB76; }
a { background-color: rgb(127,219,118); }
div.DivClassName
{
background-color: #7FDB76;
}
.BgClassName
{
background-color: #7FDB76;
}
</style>
border-color css
<style>
span { border-color: #7FDB76; }
span { border-color: rgb(127,219,118); }
td.TdClassName
{
border-color: #7FDB76;
}
.TagClassName
{
border-color: #7FDB76;
}
</style>