Shades of Pastel Green #7DDA7C
Tints of Pastel Green #7DDA7C
RGB
CMYK
RGB Variations
Color information
#7DDA7C (or 0x7DDA7C) is known color: Pastel Green. HEX triplet: 7D, DA and 7C. RGB value is (125,218,124). Sum of RGB (Red+Green+Blue) = 125+218+124=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA7C is #822583. Grayscale: #B3B3B3. Windows color (decimal): -8529284 or 8182397. OLE color: 8182397.
HSL color Cylindrical-coordinate representation of color #7DDA7C: hue angle of 119.36º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDA7C is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 124 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.15 |
| HSL | 119.36º | 0.56% | 0.67% | - |
| HSV(B) | 119.36º | 0.43% | 0.85% | - |
| XYZ | 37.17 | 55.96 | 27.91 | - |
| YUV | 179.48 | 96.69 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 124 | 0.43 | 0 | 0.43 | 0.15 | 119.36 | 0.56 | 0.67 |
| Hex | 7D | DA | 7C | 2B | 0 | 2B | F | 77 | 38 | 43 |
| Octal | 175 | 332 | 174 | 53 | 0 | 53 | 17 | 167 | 70 | 103 |
| Binary | 1111101 | 11011010 | 1111100 | 101011 | 0 | 101011 | 1111 | 1110111 | 111000 | 1000011 |
Color Harmonies of #7DDA7C
Complementary color
Monochromatic Colors of #7DDA7C
Black with #7DDA7C
Text Example
Text Example
White with #7DDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA7C; }
p { color: rgb(125,218,124); }
H1.HeaderClassName
{
color: #7DDA7C;
}
.AnyTagClassName
{
color: #7DDA7C;
}
</style>
background-color css
<style>
a { background-color: #7DDA7C; }
a { background-color: rgb(125,218,124); }
div.DivClassName
{
background-color: #7DDA7C;
}
.BgClassName
{
background-color: #7DDA7C;
}
</style>
border-color css
<style>
span { border-color: #7DDA7C; }
span { border-color: rgb(125,218,124); }
td.TdClassName
{
border-color: #7DDA7C;
}
.TagClassName
{
border-color: #7DDA7C;
}
</style>