Shades of Pastel Green #7DCC73
Tints of Pastel Green #7DCC73
RGB
CMYK
RGB Variations
Color information
#7DCC73 (or 0x7DCC73) is known color: Pastel Green. HEX triplet: 7D, CC and 73. RGB value is (125,204,115). Sum of RGB (Red+Green+Blue) = 125+204+115=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCC73 is #82338C. Grayscale: #AAAAAA. Windows color (decimal): -8532877 or 7588989. OLE color: 7588989.
HSL color Cylindrical-coordinate representation of color #7DCC73: hue angle of 113.26º 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 #7DCC73 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 115 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.2 |
| HSL | 113.26º | 0.47% | 0.63% | - |
| HSV(B) | 113.26º | 0.44% | 0.8% | - |
| XYZ | 33.14 | 48.78 | 23.89 | - |
| YUV | 170.23 | 96.83 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 115 | 0.39 | 0 | 0.44 | 0.2 | 113.26 | 0.47 | 0.63 |
| Hex | 7D | CC | 73 | 27 | 0 | 2C | 14 | 71 | 2F | 3F |
| Octal | 175 | 314 | 163 | 47 | 0 | 54 | 24 | 161 | 57 | 77 |
| Binary | 1111101 | 11001100 | 1110011 | 100111 | 0 | 101100 | 10100 | 1110001 | 101111 | 111111 |
Color Harmonies of #7DCC73
Complementary color
Monochromatic Colors of #7DCC73
Black with #7DCC73
Text Example
Text Example
White with #7DCC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC73; }
p { color: rgb(125,204,115); }
H1.HeaderClassName
{
color: #7DCC73;
}
.AnyTagClassName
{
color: #7DCC73;
}
</style>
background-color css
<style>
a { background-color: #7DCC73; }
a { background-color: rgb(125,204,115); }
div.DivClassName
{
background-color: #7DCC73;
}
.BgClassName
{
background-color: #7DCC73;
}
</style>
border-color css
<style>
span { border-color: #7DCC73; }
span { border-color: rgb(125,204,115); }
td.TdClassName
{
border-color: #7DCC73;
}
.TagClassName
{
border-color: #7DCC73;
}
</style>