Shades of Pastel Green #6ECD7D
Tints of Pastel Green #6ECD7D
RGB
CMYK
RGB Variations
Color information
#6ECD7D (or 0x6ECD7D) is known color: Pastel Green. HEX triplet: 6E, CD and 7D. RGB value is (110,205,125). Sum of RGB (Red+Green+Blue) = 110+205+125=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECD7D is #913282. Grayscale: #A7A7A7. Windows color (decimal): -9515651 or 8244590. OLE color: 8244590.
HSL color Cylindrical-coordinate representation of color #6ECD7D: hue angle of 129.47º 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 #6ECD7D is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 125 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.20 |
| HSL | 129.47º | 0.49% | 0.62% | - |
| HSV(B) | 129.47º | 0.46% | 0.8% | - |
| XYZ | 31.96 | 48.46 | 27.07 | - |
| YUV | 167.48 | 104.03 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 125 | 0.46 | 0 | 0.39 | 0.20 | 129.47 | 0.49 | 0.62 |
| Hex | 6E | CD | 7D | 2E | 0 | 27 | 14 | 81 | 31 | 3E |
| Octal | 156 | 315 | 175 | 56 | 0 | 47 | 24 | 201 | 61 | 76 |
| Binary | 1101110 | 11001101 | 1111101 | 101110 | 0 | 100111 | 10100 | 10000001 | 110001 | 111110 |
Color Harmonies of #6ECD7D
Complementary color
Monochromatic Colors of #6ECD7D
Black with #6ECD7D
Text Example
Text Example
White with #6ECD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECD7D; }
p { color: rgb(110,205,125); }
H1.HeaderClassName
{
color: #6ECD7D;
}
.AnyTagClassName
{
color: #6ECD7D;
}
</style>
background-color css
<style>
a { background-color: #6ECD7D; }
a { background-color: rgb(110,205,125); }
div.DivClassName
{
background-color: #6ECD7D;
}
.BgClassName
{
background-color: #6ECD7D;
}
</style>
border-color css
<style>
span { border-color: #6ECD7D; }
span { border-color: rgb(110,205,125); }
td.TdClassName
{
border-color: #6ECD7D;
}
.TagClassName
{
border-color: #6ECD7D;
}
</style>