Shades of Pastel Green #6DEC7A
Tints of Pastel Green #6DEC7A
RGB
CMYK
RGB Variations
Color information
#6DEC7A (or 0x6DEC7A) is known color: Pastel Green. HEX triplet: 6D, EC and 7A. RGB value is (109,236,122). Sum of RGB (Red+Green+Blue) = 109+236+122=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #6DEC7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DEC7A is #921385. Grayscale: #B9B9B9. Windows color (decimal): -9573254 or 8055917. OLE color: 8055917.
HSL color Cylindrical-coordinate representation of color #6DEC7A: hue angle of 126.14º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEC7A is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 236 | 122 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.07 |
| HSL | 126.14º | 0.77% | 0.68% | - |
| HSV(B) | 126.14º | 0.54% | 0.93% | - |
| XYZ | 39.81 | 64.65 | 28.79 | - |
| YUV | 185.03 | 92.42 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 122 | 0.54 | 0 | 0.48 | 0.07 | 126.14 | 0.77 | 0.68 |
| Hex | 6D | EC | 7A | 36 | 0 | 30 | 7 | 7E | 4D | 44 |
| Octal | 155 | 354 | 172 | 66 | 0 | 60 | 7 | 176 | 115 | 104 |
| Binary | 1101101 | 11101100 | 1111010 | 110110 | 0 | 110000 | 111 | 1111110 | 1001101 | 1000100 |
Color Harmonies of #6DEC7A
Complementary color
Monochromatic Colors of #6DEC7A
Black with #6DEC7A
Text Example
Text Example
White with #6DEC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEC7A; }
p { color: rgb(109,236,122); }
H1.HeaderClassName
{
color: #6DEC7A;
}
.AnyTagClassName
{
color: #6DEC7A;
}
</style>
background-color css
<style>
a { background-color: #6DEC7A; }
a { background-color: rgb(109,236,122); }
div.DivClassName
{
background-color: #6DEC7A;
}
.BgClassName
{
background-color: #6DEC7A;
}
</style>
border-color css
<style>
span { border-color: #6DEC7A; }
span { border-color: rgb(109,236,122); }
td.TdClassName
{
border-color: #6DEC7A;
}
.TagClassName
{
border-color: #6DEC7A;
}
</style>