Shades of Pastel Green #6ED07C
Tints of Pastel Green #6ED07C
RGB
CMYK
RGB Variations
Color information
#6ED07C (or 0x6ED07C) is known color: Pastel Green. HEX triplet: 6E, D0 and 7C. RGB value is (110,208,124). Sum of RGB (Red+Green+Blue) = 110+208+124=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED07C is #912F83. Grayscale: #A9A9A9. Windows color (decimal): -9514884 or 8179822. OLE color: 8179822.
HSL color Cylindrical-coordinate representation of color #6ED07C: hue angle of 128.57º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED07C is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 124 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.18 |
| HSL | 128.57º | 0.51% | 0.62% | - |
| HSV(B) | 128.57º | 0.47% | 0.82% | - |
| XYZ | 32.62 | 49.88 | 26.98 | - |
| YUV | 169.12 | 102.53 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 124 | 0.47 | 0 | 0.40 | 0.18 | 128.57 | 0.51 | 0.62 |
| Hex | 6E | D0 | 7C | 2F | 0 | 28 | 12 | 81 | 33 | 3E |
| Octal | 156 | 320 | 174 | 57 | 0 | 50 | 22 | 201 | 63 | 76 |
| Binary | 1101110 | 11010000 | 1111100 | 101111 | 0 | 101000 | 10010 | 10000001 | 110011 | 111110 |
Color Harmonies of #6ED07C
Complementary color
Monochromatic Colors of #6ED07C
Black with #6ED07C
Text Example
Text Example
White with #6ED07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED07C; }
p { color: rgb(110,208,124); }
H1.HeaderClassName
{
color: #6ED07C;
}
.AnyTagClassName
{
color: #6ED07C;
}
</style>
background-color css
<style>
a { background-color: #6ED07C; }
a { background-color: rgb(110,208,124); }
div.DivClassName
{
background-color: #6ED07C;
}
.BgClassName
{
background-color: #6ED07C;
}
</style>
border-color css
<style>
span { border-color: #6ED07C; }
span { border-color: rgb(110,208,124); }
td.TdClassName
{
border-color: #6ED07C;
}
.TagClassName
{
border-color: #6ED07C;
}
</style>