Shades of Pastel Green #7DCC70
Tints of Pastel Green #7DCC70
RGB
CMYK
RGB Variations
Color information
#7DCC70 (or 0x7DCC70) is known color: Pastel Green. HEX triplet: 7D, CC and 70. RGB value is (125,204,112). Sum of RGB (Red+Green+Blue) = 125+204+112=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCC70 is #82338F. Grayscale: #AAAAAA. Windows color (decimal): -8532880 or 7392381. OLE color: 7392381.
HSL color Cylindrical-coordinate representation of color #7DCC70: hue angle of 111.52º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DCC70 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 112 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.2 |
| HSL | 111.52º | 0.47% | 0.62% | - |
| HSV(B) | 111.52º | 0.45% | 0.8% | - |
| XYZ | 32.97 | 48.72 | 22.99 | - |
| YUV | 169.89 | 95.33 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 112 | 0.39 | 0 | 0.45 | 0.2 | 111.52 | 0.47 | 0.62 |
| Hex | 7D | CC | 70 | 27 | 0 | 2D | 14 | 70 | 2F | 3E |
| Octal | 175 | 314 | 160 | 47 | 0 | 55 | 24 | 160 | 57 | 76 |
| Binary | 1111101 | 11001100 | 1110000 | 100111 | 0 | 101101 | 10100 | 1110000 | 101111 | 111110 |
Color Harmonies of #7DCC70
Complementary color
Monochromatic Colors of #7DCC70
Black with #7DCC70
Text Example
Text Example
White with #7DCC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC70; }
p { color: rgb(125,204,112); }
H1.HeaderClassName
{
color: #7DCC70;
}
.AnyTagClassName
{
color: #7DCC70;
}
</style>
background-color css
<style>
a { background-color: #7DCC70; }
a { background-color: rgb(125,204,112); }
div.DivClassName
{
background-color: #7DCC70;
}
.BgClassName
{
background-color: #7DCC70;
}
</style>
border-color css
<style>
span { border-color: #7DCC70; }
span { border-color: rgb(125,204,112); }
td.TdClassName
{
border-color: #7DCC70;
}
.TagClassName
{
border-color: #7DCC70;
}
</style>