Shades of Pastel Green #7DDA7A
Tints of Pastel Green #7DDA7A
RGB
CMYK
RGB Variations
Color information
#7DDA7A (or 0x7DDA7A) is known color: Pastel Green. HEX triplet: 7D, DA and 7A. RGB value is (125,218,122). Sum of RGB (Red+Green+Blue) = 125+218+122=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA7A is #822585. Grayscale: #B3B3B3. Windows color (decimal): -8529286 or 8051325. OLE color: 8051325.
HSL color Cylindrical-coordinate representation of color #7DDA7A: hue angle of 118.12º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDA7A is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 122 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.15 |
| HSL | 118.13º | 0.56% | 0.67% | - |
| HSV(B) | 118.13º | 0.44% | 0.85% | - |
| XYZ | 37.04 | 55.91 | 27.25 | - |
| YUV | 179.25 | 95.69 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 122 | 0.43 | 0 | 0.44 | 0.15 | 118.13 | 0.56 | 0.67 |
| Hex | 7D | DA | 7A | 2B | 0 | 2C | F | 76 | 38 | 43 |
| Octal | 175 | 332 | 172 | 53 | 0 | 54 | 17 | 166 | 70 | 103 |
| Binary | 1111101 | 11011010 | 1111010 | 101011 | 0 | 101100 | 1111 | 1110110 | 111000 | 1000011 |
Color Harmonies of #7DDA7A
Complementary color
Monochromatic Colors of #7DDA7A
Black with #7DDA7A
Text Example
Text Example
White with #7DDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA7A; }
p { color: rgb(125,218,122); }
H1.HeaderClassName
{
color: #7DDA7A;
}
.AnyTagClassName
{
color: #7DDA7A;
}
</style>
background-color css
<style>
a { background-color: #7DDA7A; }
a { background-color: rgb(125,218,122); }
div.DivClassName
{
background-color: #7DDA7A;
}
.BgClassName
{
background-color: #7DDA7A;
}
</style>
border-color css
<style>
span { border-color: #7DDA7A; }
span { border-color: rgb(125,218,122); }
td.TdClassName
{
border-color: #7DDA7A;
}
.TagClassName
{
border-color: #7DDA7A;
}
</style>