Shades of Pastel Green #7DCD74
Tints of Pastel Green #7DCD74
RGB
CMYK
RGB Variations
Color information
#7DCD74 (or 0x7DCD74) is known color: Pastel Green. HEX triplet: 7D, CD and 74. RGB value is (125,205,116). Sum of RGB (Red+Green+Blue) = 125+205+116=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD74 is #82328B. Grayscale: #ABABAB. Windows color (decimal): -8532620 or 7654781. OLE color: 7654781.
HSL color Cylindrical-coordinate representation of color #7DCD74: hue angle of 113.93º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DCD74 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 116 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.20 |
| HSL | 113.93º | 0.47% | 0.63% | - |
| HSV(B) | 113.93º | 0.43% | 0.8% | - |
| XYZ | 33.44 | 49.28 | 24.27 | - |
| YUV | 170.93 | 97 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 116 | 0.39 | 0 | 0.43 | 0.20 | 113.93 | 0.47 | 0.63 |
| Hex | 7D | CD | 74 | 27 | 0 | 2B | 14 | 72 | 2F | 3F |
| Octal | 175 | 315 | 164 | 47 | 0 | 53 | 24 | 162 | 57 | 77 |
| Binary | 1111101 | 11001101 | 1110100 | 100111 | 0 | 101011 | 10100 | 1110010 | 101111 | 111111 |
Color Harmonies of #7DCD74
Complementary color
Monochromatic Colors of #7DCD74
Black with #7DCD74
Text Example
Text Example
White with #7DCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD74; }
p { color: rgb(125,205,116); }
H1.HeaderClassName
{
color: #7DCD74;
}
.AnyTagClassName
{
color: #7DCD74;
}
</style>
background-color css
<style>
a { background-color: #7DCD74; }
a { background-color: rgb(125,205,116); }
div.DivClassName
{
background-color: #7DCD74;
}
.BgClassName
{
background-color: #7DCD74;
}
</style>
border-color css
<style>
span { border-color: #7DCD74; }
span { border-color: rgb(125,205,116); }
td.TdClassName
{
border-color: #7DCD74;
}
.TagClassName
{
border-color: #7DCD74;
}
</style>