Shades of Pastel Green #7DDB73
Tints of Pastel Green #7DDB73
RGB
CMYK
RGB Variations
Color information
#7DDB73 (or 0x7DDB73) is known color: Pastel Green. HEX triplet: 7D, DB and 73. RGB value is (125,219,115). Sum of RGB (Red+Green+Blue) = 125+219+115=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB73 is #82248C. Grayscale: #B3B3B3. Windows color (decimal): -8529037 or 7592829. OLE color: 7592829.
HSL color Cylindrical-coordinate representation of color #7DDB73: hue angle of 114.23º 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 #7DDB73 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 115 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.14 |
| HSL | 114.23º | 0.59% | 0.65% | - |
| HSV(B) | 114.23º | 0.47% | 0.86% | - |
| XYZ | 36.88 | 56.26 | 25.14 | - |
| YUV | 179.04 | 91.86 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 115 | 0.43 | 0 | 0.47 | 0.14 | 114.23 | 0.59 | 0.65 |
| Hex | 7D | DB | 73 | 2B | 0 | 2F | E | 72 | 3B | 41 |
| Octal | 175 | 333 | 163 | 53 | 0 | 57 | 16 | 162 | 73 | 101 |
| Binary | 1111101 | 11011011 | 1110011 | 101011 | 0 | 101111 | 1110 | 1110010 | 111011 | 1000001 |
Color Harmonies of #7DDB73
Complementary color
Monochromatic Colors of #7DDB73
Black with #7DDB73
Text Example
Text Example
White with #7DDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB73; }
p { color: rgb(125,219,115); }
H1.HeaderClassName
{
color: #7DDB73;
}
.AnyTagClassName
{
color: #7DDB73;
}
</style>
background-color css
<style>
a { background-color: #7DDB73; }
a { background-color: rgb(125,219,115); }
div.DivClassName
{
background-color: #7DDB73;
}
.BgClassName
{
background-color: #7DDB73;
}
</style>
border-color css
<style>
span { border-color: #7DDB73; }
span { border-color: rgb(125,219,115); }
td.TdClassName
{
border-color: #7DDB73;
}
.TagClassName
{
border-color: #7DDB73;
}
</style>