Shades of Pastel Green #7DDA6A
Tints of Pastel Green #7DDA6A
RGB
CMYK
RGB Variations
Color information
#7DDA6A (or 0x7DDA6A) is known color: Pastel Green. HEX triplet: 7D, DA and 6A. RGB value is (125,218,106). Sum of RGB (Red+Green+Blue) = 125+218+106=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA6A is #822595. Grayscale: #B1B1B1. Windows color (decimal): -8529302 or 7002749. OLE color: 7002749.
HSL color Cylindrical-coordinate representation of color #7DDA6A: hue angle of 109.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DDA6A is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 106 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.15 |
| HSL | 109.82º | 0.6% | 0.64% | - |
| HSV(B) | 109.82º | 0.51% | 0.85% | - |
| XYZ | 36.13 | 55.54 | 22.45 | - |
| YUV | 177.43 | 87.69 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 106 | 0.43 | 0 | 0.51 | 0.15 | 109.82 | 0.6 | 0.64 |
| Hex | 7D | DA | 6A | 2B | 0 | 33 | F | 6E | 3C | 40 |
| Octal | 175 | 332 | 152 | 53 | 0 | 63 | 17 | 156 | 74 | 100 |
| Binary | 1111101 | 11011010 | 1101010 | 101011 | 0 | 110011 | 1111 | 1101110 | 111100 | 1000000 |
Color Harmonies of #7DDA6A
Complementary color
Monochromatic Colors of #7DDA6A
Black with #7DDA6A
Text Example
Text Example
White with #7DDA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA6A; }
p { color: rgb(125,218,106); }
H1.HeaderClassName
{
color: #7DDA6A;
}
.AnyTagClassName
{
color: #7DDA6A;
}
</style>
background-color css
<style>
a { background-color: #7DDA6A; }
a { background-color: rgb(125,218,106); }
div.DivClassName
{
background-color: #7DDA6A;
}
.BgClassName
{
background-color: #7DDA6A;
}
</style>
border-color css
<style>
span { border-color: #7DDA6A; }
span { border-color: rgb(125,218,106); }
td.TdClassName
{
border-color: #7DDA6A;
}
.TagClassName
{
border-color: #7DDA6A;
}
</style>