Shades of Pastel Green #7DDA6E
Tints of Pastel Green #7DDA6E
RGB
CMYK
RGB Variations
Color information
#7DDA6E (or 0x7DDA6E) is known color: Pastel Green. HEX triplet: 7D, DA and 6E. RGB value is (125,218,110). Sum of RGB (Red+Green+Blue) = 125+218+110=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA6E is #822591. Grayscale: #B2B2B2. Windows color (decimal): -8529298 or 7264893. OLE color: 7264893.
HSL color Cylindrical-coordinate representation of color #7DDA6E: hue angle of 111.67º degrees, saturation: 0.59, 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 #7DDA6E is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 110 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.15 |
| HSL | 111.67º | 0.59% | 0.64% | - |
| HSV(B) | 111.67º | 0.5% | 0.85% | - |
| XYZ | 36.34 | 55.63 | 23.57 | - |
| YUV | 177.88 | 89.69 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 110 | 0.43 | 0 | 0.50 | 0.15 | 111.67 | 0.59 | 0.64 |
| Hex | 7D | DA | 6E | 2B | 0 | 32 | F | 70 | 3B | 40 |
| Octal | 175 | 332 | 156 | 53 | 0 | 62 | 17 | 160 | 73 | 100 |
| Binary | 1111101 | 11011010 | 1101110 | 101011 | 0 | 110010 | 1111 | 1110000 | 111011 | 1000000 |
Color Harmonies of #7DDA6E
Complementary color
Monochromatic Colors of #7DDA6E
Black with #7DDA6E
Text Example
Text Example
White with #7DDA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA6E; }
p { color: rgb(125,218,110); }
H1.HeaderClassName
{
color: #7DDA6E;
}
.AnyTagClassName
{
color: #7DDA6E;
}
</style>
background-color css
<style>
a { background-color: #7DDA6E; }
a { background-color: rgb(125,218,110); }
div.DivClassName
{
background-color: #7DDA6E;
}
.BgClassName
{
background-color: #7DDA6E;
}
</style>
border-color css
<style>
span { border-color: #7DDA6E; }
span { border-color: rgb(125,218,110); }
td.TdClassName
{
border-color: #7DDA6E;
}
.TagClassName
{
border-color: #7DDA6E;
}
</style>