Shades of Pastel Green #7DDA6D
Tints of Pastel Green #7DDA6D
RGB
CMYK
RGB Variations
Color information
#7DDA6D (or 0x7DDA6D) is known color: Pastel Green. HEX triplet: 7D, DA and 6D. RGB value is (125,218,109). Sum of RGB (Red+Green+Blue) = 125+218+109=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA6D is #822592. Grayscale: #B2B2B2. Windows color (decimal): -8529299 or 7199357. OLE color: 7199357.
HSL color Cylindrical-coordinate representation of color #7DDA6D: hue angle of 111.19º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DDA6D is Cyan = 0.43, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 109 | - |
| CMYK | 0.43 | 0 | 0.5 | 0.15 |
| HSL | 111.19º | 0.6% | 0.64% | - |
| HSV(B) | 111.19º | 0.5% | 0.85% | - |
| XYZ | 36.29 | 55.61 | 23.29 | - |
| YUV | 177.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 109 | 0.43 | 0 | 0.5 | 0.15 | 111.19 | 0.6 | 0.64 |
| Hex | 7D | DA | 6D | 2B | 0 | 32 | F | 6F | 3C | 40 |
| Octal | 175 | 332 | 155 | 53 | 0 | 62 | 17 | 157 | 74 | 100 |
| Binary | 1111101 | 11011010 | 1101101 | 101011 | 0 | 110010 | 1111 | 1101111 | 111100 | 1000000 |
Color Harmonies of #7DDA6D
Complementary color
Monochromatic Colors of #7DDA6D
Black with #7DDA6D
Text Example
Text Example
White with #7DDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA6D; }
p { color: rgb(125,218,109); }
H1.HeaderClassName
{
color: #7DDA6D;
}
.AnyTagClassName
{
color: #7DDA6D;
}
</style>
background-color css
<style>
a { background-color: #7DDA6D; }
a { background-color: rgb(125,218,109); }
div.DivClassName
{
background-color: #7DDA6D;
}
.BgClassName
{
background-color: #7DDA6D;
}
</style>
border-color css
<style>
span { border-color: #7DDA6D; }
span { border-color: rgb(125,218,109); }
td.TdClassName
{
border-color: #7DDA6D;
}
.TagClassName
{
border-color: #7DDA6D;
}
</style>