Shades of Pastel Green #7DDC73
Tints of Pastel Green #7DDC73
RGB
CMYK
RGB Variations
Color information
#7DDC73 (or 0x7DDC73) is known color: Pastel Green. HEX triplet: 7D, DC and 73. RGB value is (125,220,115). Sum of RGB (Red+Green+Blue) = 125+220+115=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDC73 is #82238C. Grayscale: #B3B3B3. Windows color (decimal): -8528781 or 7593085. OLE color: 7593085.
HSL color Cylindrical-coordinate representation of color #7DDC73: hue angle of 114.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DDC73 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 115 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.14 |
| HSL | 114.29º | 0.6% | 0.66% | - |
| HSV(B) | 114.29º | 0.48% | 0.86% | - |
| XYZ | 37.15 | 56.78 | 25.22 | - |
| YUV | 179.63 | 91.53 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 115 | 0.43 | 0 | 0.48 | 0.14 | 114.29 | 0.6 | 0.66 |
| Hex | 7D | DC | 73 | 2B | 0 | 30 | E | 72 | 3C | 42 |
| Octal | 175 | 334 | 163 | 53 | 0 | 60 | 16 | 162 | 74 | 102 |
| Binary | 1111101 | 11011100 | 1110011 | 101011 | 0 | 110000 | 1110 | 1110010 | 111100 | 1000010 |
Color Harmonies of #7DDC73
Complementary color
Monochromatic Colors of #7DDC73
Black with #7DDC73
Text Example
Text Example
White with #7DDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDC73; }
p { color: rgb(125,220,115); }
H1.HeaderClassName
{
color: #7DDC73;
}
.AnyTagClassName
{
color: #7DDC73;
}
</style>
background-color css
<style>
a { background-color: #7DDC73; }
a { background-color: rgb(125,220,115); }
div.DivClassName
{
background-color: #7DDC73;
}
.BgClassName
{
background-color: #7DDC73;
}
</style>
border-color css
<style>
span { border-color: #7DDC73; }
span { border-color: rgb(125,220,115); }
td.TdClassName
{
border-color: #7DDC73;
}
.TagClassName
{
border-color: #7DDC73;
}
</style>