Shades of Pastel Green #7DDC7A
Tints of Pastel Green #7DDC7A
RGB
CMYK
RGB Variations
Color information
#7DDC7A (or 0x7DDC7A) is known color: Pastel Green. HEX triplet: 7D, DC and 7A. RGB value is (125,220,122). Sum of RGB (Red+Green+Blue) = 125+220+122=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDC7A is #822385. Grayscale: #B4B4B4. Windows color (decimal): -8528774 or 8051837. OLE color: 8051837.
HSL color Cylindrical-coordinate representation of color #7DDC7A: hue angle of 118.16º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DDC7A is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 122 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.14 |
| HSL | 118.16º | 0.58% | 0.67% | - |
| HSV(B) | 118.16º | 0.45% | 0.86% | - |
| XYZ | 37.56 | 56.95 | 27.43 | - |
| YUV | 180.42 | 95.03 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 122 | 0.43 | 0 | 0.45 | 0.14 | 118.16 | 0.58 | 0.67 |
| Hex | 7D | DC | 7A | 2B | 0 | 2D | E | 76 | 3A | 43 |
| Octal | 175 | 334 | 172 | 53 | 0 | 55 | 16 | 166 | 72 | 103 |
| Binary | 1111101 | 11011100 | 1111010 | 101011 | 0 | 101101 | 1110 | 1110110 | 111010 | 1000011 |
Color Harmonies of #7DDC7A
Complementary color
Monochromatic Colors of #7DDC7A
Black with #7DDC7A
Text Example
Text Example
White with #7DDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDC7A; }
p { color: rgb(125,220,122); }
H1.HeaderClassName
{
color: #7DDC7A;
}
.AnyTagClassName
{
color: #7DDC7A;
}
</style>
background-color css
<style>
a { background-color: #7DDC7A; }
a { background-color: rgb(125,220,122); }
div.DivClassName
{
background-color: #7DDC7A;
}
.BgClassName
{
background-color: #7DDC7A;
}
</style>
border-color css
<style>
span { border-color: #7DDC7A; }
span { border-color: rgb(125,220,122); }
td.TdClassName
{
border-color: #7DDC7A;
}
.TagClassName
{
border-color: #7DDC7A;
}
</style>