Shades of Pastel Green #7DDB6D
Tints of Pastel Green #7DDB6D
RGB
CMYK
RGB Variations
Color information
#7DDB6D (or 0x7DDB6D) is known color: Pastel Green. HEX triplet: 7D, DB and 6D. RGB value is (125,219,109). Sum of RGB (Red+Green+Blue) = 125+219+109=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB6D is #822492. Grayscale: #B2B2B2. Windows color (decimal): -8529043 or 7199613. OLE color: 7199613.
HSL color Cylindrical-coordinate representation of color #7DDB6D: hue angle of 111.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DDB6D is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 109 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.14 |
| HSL | 111.27º | 0.6% | 0.64% | - |
| HSV(B) | 111.27º | 0.5% | 0.86% | - |
| XYZ | 36.55 | 56.13 | 23.38 | - |
| YUV | 178.35 | 88.86 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 109 | 0.43 | 0 | 0.50 | 0.14 | 111.27 | 0.6 | 0.64 |
| Hex | 7D | DB | 6D | 2B | 0 | 32 | E | 6F | 3C | 40 |
| Octal | 175 | 333 | 155 | 53 | 0 | 62 | 16 | 157 | 74 | 100 |
| Binary | 1111101 | 11011011 | 1101101 | 101011 | 0 | 110010 | 1110 | 1101111 | 111100 | 1000000 |
Color Harmonies of #7DDB6D
Complementary color
Monochromatic Colors of #7DDB6D
Black with #7DDB6D
Text Example
Text Example
White with #7DDB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB6D; }
p { color: rgb(125,219,109); }
H1.HeaderClassName
{
color: #7DDB6D;
}
.AnyTagClassName
{
color: #7DDB6D;
}
</style>
background-color css
<style>
a { background-color: #7DDB6D; }
a { background-color: rgb(125,219,109); }
div.DivClassName
{
background-color: #7DDB6D;
}
.BgClassName
{
background-color: #7DDB6D;
}
</style>
border-color css
<style>
span { border-color: #7DDB6D; }
span { border-color: rgb(125,219,109); }
td.TdClassName
{
border-color: #7DDB6D;
}
.TagClassName
{
border-color: #7DDB6D;
}
</style>