Shades of Pastel Green #6ECD7A
Tints of Pastel Green #6ECD7A
RGB
CMYK
RGB Variations
Color information
#6ECD7A (or 0x6ECD7A) is known color: Pastel Green. HEX triplet: 6E, CD and 7A. RGB value is (110,205,122). Sum of RGB (Red+Green+Blue) = 110+205+122=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECD7A is #913285. Grayscale: #A7A7A7. Windows color (decimal): -9515654 or 8047982. OLE color: 8047982.
HSL color Cylindrical-coordinate representation of color #6ECD7A: hue angle of 127.58º 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 #6ECD7A is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 122 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.20 |
| HSL | 127.58º | 0.49% | 0.62% | - |
| HSV(B) | 127.58º | 0.46% | 0.8% | - |
| XYZ | 31.77 | 48.38 | 26.08 | - |
| YUV | 167.13 | 102.53 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 122 | 0.46 | 0 | 0.40 | 0.20 | 127.58 | 0.49 | 0.62 |
| Hex | 6E | CD | 7A | 2E | 0 | 28 | 14 | 80 | 31 | 3E |
| Octal | 156 | 315 | 172 | 56 | 0 | 50 | 24 | 200 | 61 | 76 |
| Binary | 1101110 | 11001101 | 1111010 | 101110 | 0 | 101000 | 10100 | 10000000 | 110001 | 111110 |
Color Harmonies of #6ECD7A
Complementary color
Monochromatic Colors of #6ECD7A
Black with #6ECD7A
Text Example
Text Example
White with #6ECD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECD7A; }
p { color: rgb(110,205,122); }
H1.HeaderClassName
{
color: #6ECD7A;
}
.AnyTagClassName
{
color: #6ECD7A;
}
</style>
background-color css
<style>
a { background-color: #6ECD7A; }
a { background-color: rgb(110,205,122); }
div.DivClassName
{
background-color: #6ECD7A;
}
.BgClassName
{
background-color: #6ECD7A;
}
</style>
border-color css
<style>
span { border-color: #6ECD7A; }
span { border-color: rgb(110,205,122); }
td.TdClassName
{
border-color: #6ECD7A;
}
.TagClassName
{
border-color: #6ECD7A;
}
</style>