Shades of Pastel Green #7DDC7D
Tints of Pastel Green #7DDC7D
RGB
CMYK
RGB Variations
Color information
#7DDC7D (or 0x7DDC7D) is known color: Pastel Green. HEX triplet: 7D, DC and 7D. RGB value is (125,220,125). Sum of RGB (Red+Green+Blue) = 125+220+125=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDC7D is #822382. Grayscale: #B5B5B5. Windows color (decimal): -8528771 or 8248445. OLE color: 8248445.
HSL color Cylindrical-coordinate representation of color #7DDC7D: hue angle of 120º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDC7D is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 125 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.14 |
| HSL | 120º | 0.58% | 0.68% | - |
| HSV(B) | 120º | 0.43% | 0.86% | - |
| XYZ | 37.75 | 57.03 | 28.42 | - |
| YUV | 180.77 | 96.53 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 125 | 0.43 | 0 | 0.43 | 0.14 | 120 | 0.58 | 0.68 |
| Hex | 7D | DC | 7D | 2B | 0 | 2B | E | 78 | 3A | 44 |
| Octal | 175 | 334 | 175 | 53 | 0 | 53 | 16 | 170 | 72 | 104 |
| Binary | 1111101 | 11011100 | 1111101 | 101011 | 0 | 101011 | 1110 | 1111000 | 111010 | 1000100 |
Color Harmonies of #7DDC7D
Complementary color
Monochromatic Colors of #7DDC7D
Black with #7DDC7D
Text Example
Text Example
White with #7DDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDC7D; }
p { color: rgb(125,220,125); }
H1.HeaderClassName
{
color: #7DDC7D;
}
.AnyTagClassName
{
color: #7DDC7D;
}
</style>
background-color css
<style>
a { background-color: #7DDC7D; }
a { background-color: rgb(125,220,125); }
div.DivClassName
{
background-color: #7DDC7D;
}
.BgClassName
{
background-color: #7DDC7D;
}
</style>
border-color css
<style>
span { border-color: #7DDC7D; }
span { border-color: rgb(125,220,125); }
td.TdClassName
{
border-color: #7DDC7D;
}
.TagClassName
{
border-color: #7DDC7D;
}
</style>