Shades of Pastel Green #7DCD6E
Tints of Pastel Green #7DCD6E
RGB
CMYK
RGB Variations
Color information
#7DCD6E (or 0x7DCD6E) is known color: Pastel Green. HEX triplet: 7D, CD and 6E. RGB value is (125,205,110). Sum of RGB (Red+Green+Blue) = 125+205+110=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD6E is #823291. Grayscale: #AAAAAA. Windows color (decimal): -8532626 or 7261565. OLE color: 7261565.
HSL color Cylindrical-coordinate representation of color #7DCD6E: hue angle of 110.53º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DCD6E is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 110 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.20 |
| HSL | 110.53º | 0.49% | 0.62% | - |
| HSV(B) | 110.53º | 0.46% | 0.8% | - |
| XYZ | 33.1 | 49.15 | 22.49 | - |
| YUV | 170.25 | 94 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 110 | 0.39 | 0 | 0.46 | 0.20 | 110.53 | 0.49 | 0.62 |
| Hex | 7D | CD | 6E | 27 | 0 | 2E | 14 | 6F | 31 | 3E |
| Octal | 175 | 315 | 156 | 47 | 0 | 56 | 24 | 157 | 61 | 76 |
| Binary | 1111101 | 11001101 | 1101110 | 100111 | 0 | 101110 | 10100 | 1101111 | 110001 | 111110 |
Color Harmonies of #7DCD6E
Complementary color
Monochromatic Colors of #7DCD6E
Black with #7DCD6E
Text Example
Text Example
White with #7DCD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD6E; }
p { color: rgb(125,205,110); }
H1.HeaderClassName
{
color: #7DCD6E;
}
.AnyTagClassName
{
color: #7DCD6E;
}
</style>
background-color css
<style>
a { background-color: #7DCD6E; }
a { background-color: rgb(125,205,110); }
div.DivClassName
{
background-color: #7DCD6E;
}
.BgClassName
{
background-color: #7DCD6E;
}
</style>
border-color css
<style>
span { border-color: #7DCD6E; }
span { border-color: rgb(125,205,110); }
td.TdClassName
{
border-color: #7DCD6E;
}
.TagClassName
{
border-color: #7DCD6E;
}
</style>