Shades of Pastel Green #6ECD7E
Tints of Pastel Green #6ECD7E
RGB
CMYK
RGB Variations
Color information
#6ECD7E (or 0x6ECD7E) is known color: Pastel Green. HEX triplet: 6E, CD and 7E. RGB value is (110,205,126). Sum of RGB (Red+Green+Blue) = 110+205+126=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECD7E is #913281. Grayscale: #A7A7A7. Windows color (decimal): -9515650 or 8310126. OLE color: 8310126.
HSL color Cylindrical-coordinate representation of color #6ECD7E: hue angle of 130.11º 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 #6ECD7E is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 126 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.20 |
| HSL | 130.11º | 0.49% | 0.62% | - |
| HSV(B) | 130.11º | 0.46% | 0.8% | - |
| XYZ | 32.03 | 48.48 | 27.41 | - |
| YUV | 167.59 | 104.53 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 126 | 0.46 | 0 | 0.39 | 0.20 | 130.11 | 0.49 | 0.62 |
| Hex | 6E | CD | 7E | 2E | 0 | 27 | 14 | 82 | 31 | 3E |
| Octal | 156 | 315 | 176 | 56 | 0 | 47 | 24 | 202 | 61 | 76 |
| Binary | 1101110 | 11001101 | 1111110 | 101110 | 0 | 100111 | 10100 | 10000010 | 110001 | 111110 |
Color Harmonies of #6ECD7E
Complementary color
Monochromatic Colors of #6ECD7E
Black with #6ECD7E
Text Example
Text Example
White with #6ECD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECD7E; }
p { color: rgb(110,205,126); }
H1.HeaderClassName
{
color: #6ECD7E;
}
.AnyTagClassName
{
color: #6ECD7E;
}
</style>
background-color css
<style>
a { background-color: #6ECD7E; }
a { background-color: rgb(110,205,126); }
div.DivClassName
{
background-color: #6ECD7E;
}
.BgClassName
{
background-color: #6ECD7E;
}
</style>
border-color css
<style>
span { border-color: #6ECD7E; }
span { border-color: rgb(110,205,126); }
td.TdClassName
{
border-color: #6ECD7E;
}
.TagClassName
{
border-color: #6ECD7E;
}
</style>