Shades of Pastel Green #7DCA71
Tints of Pastel Green #7DCA71
RGB
CMYK
RGB Variations
Color information
#7DCA71 (or 0x7DCA71) is known color: Pastel Green. HEX triplet: 7D, CA and 71. RGB value is (125,202,113). Sum of RGB (Red+Green+Blue) = 125+202+113=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCA71 is #82358E. Grayscale: #A9A9A9. Windows color (decimal): -8533391 or 7457405. OLE color: 7457405.
HSL color Cylindrical-coordinate representation of color #7DCA71: hue angle of 111.91º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DCA71 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 113 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.21 |
| HSL | 111.91º | 0.46% | 0.62% | - |
| HSV(B) | 111.91º | 0.44% | 0.79% | - |
| XYZ | 32.56 | 47.79 | 23.13 | - |
| YUV | 168.83 | 96.49 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 113 | 0.38 | 0 | 0.44 | 0.21 | 111.91 | 0.46 | 0.62 |
| Hex | 7D | CA | 71 | 26 | 0 | 2C | 15 | 70 | 2E | 3E |
| Octal | 175 | 312 | 161 | 46 | 0 | 54 | 25 | 160 | 56 | 76 |
| Binary | 1111101 | 11001010 | 1110001 | 100110 | 0 | 101100 | 10101 | 1110000 | 101110 | 111110 |
Color Harmonies of #7DCA71
Complementary color
Monochromatic Colors of #7DCA71
Black with #7DCA71
Text Example
Text Example
White with #7DCA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCA71; }
p { color: rgb(125,202,113); }
H1.HeaderClassName
{
color: #7DCA71;
}
.AnyTagClassName
{
color: #7DCA71;
}
</style>
background-color css
<style>
a { background-color: #7DCA71; }
a { background-color: rgb(125,202,113); }
div.DivClassName
{
background-color: #7DCA71;
}
.BgClassName
{
background-color: #7DCA71;
}
</style>
border-color css
<style>
span { border-color: #7DCA71; }
span { border-color: rgb(125,202,113); }
td.TdClassName
{
border-color: #7DCA71;
}
.TagClassName
{
border-color: #7DCA71;
}
</style>