Shades of Pastel Green #7DCD70
Tints of Pastel Green #7DCD70
RGB
CMYK
RGB Variations
Color information
#7DCD70 (or 0x7DCD70) is known color: Pastel Green. HEX triplet: 7D, CD and 70. RGB value is (125,205,112). Sum of RGB (Red+Green+Blue) = 125+205+112=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD70 is #82328F. Grayscale: #AAAAAA. Windows color (decimal): -8532624 or 7392637. OLE color: 7392637.
HSL color Cylindrical-coordinate representation of color #7DCD70: hue angle of 111.61º degrees, saturation: 0.48, 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 #7DCD70 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 112 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.20 |
| HSL | 111.61º | 0.48% | 0.62% | - |
| HSV(B) | 111.61º | 0.45% | 0.8% | - |
| XYZ | 33.21 | 49.19 | 23.07 | - |
| YUV | 170.48 | 95 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 112 | 0.39 | 0 | 0.45 | 0.20 | 111.61 | 0.48 | 0.62 |
| Hex | 7D | CD | 70 | 27 | 0 | 2D | 14 | 70 | 30 | 3E |
| Octal | 175 | 315 | 160 | 47 | 0 | 55 | 24 | 160 | 60 | 76 |
| Binary | 1111101 | 11001101 | 1110000 | 100111 | 0 | 101101 | 10100 | 1110000 | 110000 | 111110 |
Color Harmonies of #7DCD70
Complementary color
Monochromatic Colors of #7DCD70
Black with #7DCD70
Text Example
Text Example
White with #7DCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD70; }
p { color: rgb(125,205,112); }
H1.HeaderClassName
{
color: #7DCD70;
}
.AnyTagClassName
{
color: #7DCD70;
}
</style>
background-color css
<style>
a { background-color: #7DCD70; }
a { background-color: rgb(125,205,112); }
div.DivClassName
{
background-color: #7DCD70;
}
.BgClassName
{
background-color: #7DCD70;
}
</style>
border-color css
<style>
span { border-color: #7DCD70; }
span { border-color: rgb(125,205,112); }
td.TdClassName
{
border-color: #7DCD70;
}
.TagClassName
{
border-color: #7DCD70;
}
</style>