Shades of Pastel Green #6DED7A
Tints of Pastel Green #6DED7A
RGB
CMYK
RGB Variations
Color information
#6DED7A (or 0x6DED7A) is known color: Pastel Green. HEX triplet: 6D, ED and 7A. RGB value is (109,237,122). Sum of RGB (Red+Green+Blue) = 109+237+122=468 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.29% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #6DED7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DED7A is #921285. Grayscale: #B9B9B9. Windows color (decimal): -9572998 or 8056173. OLE color: 8056173.
HSL color Cylindrical-coordinate representation of color #6DED7A: hue angle of 126.09º degrees, saturation: 0.78, 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 #6DED7A is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 122 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.07 |
| HSL | 126.09º | 0.78% | 0.68% | - |
| HSV(B) | 126.09º | 0.54% | 0.93% | - |
| XYZ | 40.1 | 65.22 | 28.89 | - |
| YUV | 185.62 | 92.09 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 122 | 0.54 | 0 | 0.49 | 0.07 | 126.09 | 0.78 | 0.68 |
| Hex | 6D | ED | 7A | 36 | 0 | 31 | 7 | 7E | 4E | 44 |
| Octal | 155 | 355 | 172 | 66 | 0 | 61 | 7 | 176 | 116 | 104 |
| Binary | 1101101 | 11101101 | 1111010 | 110110 | 0 | 110001 | 111 | 1111110 | 1001110 | 1000100 |
Color Harmonies of #6DED7A
Complementary color
Monochromatic Colors of #6DED7A
Black with #6DED7A
Text Example
Text Example
White with #6DED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DED7A; }
p { color: rgb(109,237,122); }
H1.HeaderClassName
{
color: #6DED7A;
}
.AnyTagClassName
{
color: #6DED7A;
}
</style>
background-color css
<style>
a { background-color: #6DED7A; }
a { background-color: rgb(109,237,122); }
div.DivClassName
{
background-color: #6DED7A;
}
.BgClassName
{
background-color: #6DED7A;
}
</style>
border-color css
<style>
span { border-color: #6DED7A; }
span { border-color: rgb(109,237,122); }
td.TdClassName
{
border-color: #6DED7A;
}
.TagClassName
{
border-color: #6DED7A;
}
</style>