Shades of Pastel Green #7FDB73
Tints of Pastel Green #7FDB73
RGB
CMYK
RGB Variations
Color information
#7FDB73 (or 0x7FDB73) is known color: Pastel Green. HEX triplet: 7F, DB and 73. RGB value is (127,219,115). Sum of RGB (Red+Green+Blue) = 127+219+115=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDB73 is #80248C. Grayscale: #B3B3B3. Windows color (decimal): -8397965 or 7592831. OLE color: 7592831.
HSL color Cylindrical-coordinate representation of color #7FDB73: hue angle of 113.08º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FDB73 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 115 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.14 |
| HSL | 113.08º | 0.59% | 0.65% | - |
| HSV(B) | 113.08º | 0.47% | 0.86% | - |
| XYZ | 37.18 | 56.41 | 25.15 | - |
| YUV | 179.64 | 91.52 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 115 | 0.42 | 0 | 0.47 | 0.14 | 113.08 | 0.59 | 0.65 |
| Hex | 7F | DB | 73 | 2A | 0 | 2F | E | 71 | 3B | 41 |
| Octal | 177 | 333 | 163 | 52 | 0 | 57 | 16 | 161 | 73 | 101 |
| Binary | 1111111 | 11011011 | 1110011 | 101010 | 0 | 101111 | 1110 | 1110001 | 111011 | 1000001 |
Color Harmonies of #7FDB73
Complementary color
Monochromatic Colors of #7FDB73
Black with #7FDB73
Text Example
Text Example
White with #7FDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDB73; }
p { color: rgb(127,219,115); }
H1.HeaderClassName
{
color: #7FDB73;
}
.AnyTagClassName
{
color: #7FDB73;
}
</style>
background-color css
<style>
a { background-color: #7FDB73; }
a { background-color: rgb(127,219,115); }
div.DivClassName
{
background-color: #7FDB73;
}
.BgClassName
{
background-color: #7FDB73;
}
</style>
border-color css
<style>
span { border-color: #7FDB73; }
span { border-color: rgb(127,219,115); }
td.TdClassName
{
border-color: #7FDB73;
}
.TagClassName
{
border-color: #7FDB73;
}
</style>