Shades of Pastel Green #7DCD73
Tints of Pastel Green #7DCD73
RGB
CMYK
RGB Variations
Color information
#7DCD73 (or 0x7DCD73) is known color: Pastel Green. HEX triplet: 7D, CD and 73. RGB value is (125,205,115). Sum of RGB (Red+Green+Blue) = 125+205+115=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD73 is #82328C. Grayscale: #ABABAB. Windows color (decimal): -8532621 or 7589245. OLE color: 7589245.
HSL color Cylindrical-coordinate representation of color #7DCD73: hue angle of 113.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DCD73 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 115 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.20 |
| HSL | 113.33º | 0.47% | 0.63% | - |
| HSV(B) | 113.33º | 0.44% | 0.8% | - |
| XYZ | 33.38 | 49.26 | 23.97 | - |
| YUV | 170.82 | 96.5 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 115 | 0.39 | 0 | 0.44 | 0.20 | 113.33 | 0.47 | 0.63 |
| Hex | 7D | CD | 73 | 27 | 0 | 2C | 14 | 71 | 2F | 3F |
| Octal | 175 | 315 | 163 | 47 | 0 | 54 | 24 | 161 | 57 | 77 |
| Binary | 1111101 | 11001101 | 1110011 | 100111 | 0 | 101100 | 10100 | 1110001 | 101111 | 111111 |
Color Harmonies of #7DCD73
Complementary color
Monochromatic Colors of #7DCD73
Black with #7DCD73
Text Example
Text Example
White with #7DCD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD73; }
p { color: rgb(125,205,115); }
H1.HeaderClassName
{
color: #7DCD73;
}
.AnyTagClassName
{
color: #7DCD73;
}
</style>
background-color css
<style>
a { background-color: #7DCD73; }
a { background-color: rgb(125,205,115); }
div.DivClassName
{
background-color: #7DCD73;
}
.BgClassName
{
background-color: #7DCD73;
}
</style>
border-color css
<style>
span { border-color: #7DCD73; }
span { border-color: rgb(125,205,115); }
td.TdClassName
{
border-color: #7DCD73;
}
.TagClassName
{
border-color: #7DCD73;
}
</style>