Shades of Pastel Green #7FDB77
Tints of Pastel Green #7FDB77
RGB
CMYK
RGB Variations
Color information
#7FDB77 (or 0x7FDB77) is known color: Pastel Green. HEX triplet: 7F, DB and 77. RGB value is (127,219,119). Sum of RGB (Red+Green+Blue) = 127+219+119=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDB77 is #802488. Grayscale: #B4B4B4. Windows color (decimal): -8397961 or 7854975. OLE color: 7854975.
HSL color Cylindrical-coordinate representation of color #7FDB77: hue angle of 115.2º 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 #7FDB77 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 119 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.14 |
| HSL | 115.2º | 0.58% | 0.66% | - |
| HSV(B) | 115.2º | 0.46% | 0.86% | - |
| XYZ | 37.41 | 56.51 | 26.39 | - |
| YUV | 180.09 | 93.52 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 119 | 0.42 | 0 | 0.46 | 0.14 | 115.2 | 0.58 | 0.66 |
| Hex | 7F | DB | 77 | 2A | 0 | 2E | E | 73 | 3A | 42 |
| Octal | 177 | 333 | 167 | 52 | 0 | 56 | 16 | 163 | 72 | 102 |
| Binary | 1111111 | 11011011 | 1110111 | 101010 | 0 | 101110 | 1110 | 1110011 | 111010 | 1000010 |
Color Harmonies of #7FDB77
Complementary color
Monochromatic Colors of #7FDB77
Black with #7FDB77
Text Example
Text Example
White with #7FDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDB77; }
p { color: rgb(127,219,119); }
H1.HeaderClassName
{
color: #7FDB77;
}
.AnyTagClassName
{
color: #7FDB77;
}
</style>
background-color css
<style>
a { background-color: #7FDB77; }
a { background-color: rgb(127,219,119); }
div.DivClassName
{
background-color: #7FDB77;
}
.BgClassName
{
background-color: #7FDB77;
}
</style>
border-color css
<style>
span { border-color: #7FDB77; }
span { border-color: rgb(127,219,119); }
td.TdClassName
{
border-color: #7FDB77;
}
.TagClassName
{
border-color: #7FDB77;
}
</style>