Shades of Pastel Green #7DDD6A
Tints of Pastel Green #7DDD6A
RGB
CMYK
RGB Variations
Color information
#7DDD6A (or 0x7DDD6A) is known color: Pastel Green. HEX triplet: 7D, DD and 6A. RGB value is (125,221,106). Sum of RGB (Red+Green+Blue) = 125+221+106=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD6A is #822295. Grayscale: #B3B3B3. Windows color (decimal): -8528534 or 7003517. OLE color: 7003517.
HSL color Cylindrical-coordinate representation of color #7DDD6A: hue angle of 110.09º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DDD6A is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 106 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.13 |
| HSL | 110.09º | 0.63% | 0.64% | - |
| HSV(B) | 110.09º | 0.52% | 0.87% | - |
| XYZ | 36.92 | 57.11 | 22.71 | - |
| YUV | 179.19 | 86.7 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 106 | 0.43 | 0 | 0.52 | 0.13 | 110.09 | 0.63 | 0.64 |
| Hex | 7D | DD | 6A | 2B | 0 | 34 | D | 6E | 3F | 40 |
| Octal | 175 | 335 | 152 | 53 | 0 | 64 | 15 | 156 | 77 | 100 |
| Binary | 1111101 | 11011101 | 1101010 | 101011 | 0 | 110100 | 1101 | 1101110 | 111111 | 1000000 |
Color Harmonies of #7DDD6A
Complementary color
Monochromatic Colors of #7DDD6A
Black with #7DDD6A
Text Example
Text Example
White with #7DDD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDD6A; }
p { color: rgb(125,221,106); }
H1.HeaderClassName
{
color: #7DDD6A;
}
.AnyTagClassName
{
color: #7DDD6A;
}
</style>
background-color css
<style>
a { background-color: #7DDD6A; }
a { background-color: rgb(125,221,106); }
div.DivClassName
{
background-color: #7DDD6A;
}
.BgClassName
{
background-color: #7DDD6A;
}
</style>
border-color css
<style>
span { border-color: #7DDD6A; }
span { border-color: rgb(125,221,106); }
td.TdClassName
{
border-color: #7DDD6A;
}
.TagClassName
{
border-color: #7DDD6A;
}
</style>