Shades of Pastel Green #6DEA7A
Tints of Pastel Green #6DEA7A
RGB
CMYK
RGB Variations
Color information
#6DEA7A (or 0x6DEA7A) is known color: Pastel Green. HEX triplet: 6D, EA and 7A. RGB value is (109,234,122). Sum of RGB (Red+Green+Blue) = 109+234+122=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEA7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DEA7A is #921585. Grayscale: #B8B8B8. Windows color (decimal): -9573766 or 8055405. OLE color: 8055405.
HSL color Cylindrical-coordinate representation of color #6DEA7A: hue angle of 126.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DEA7A is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 234 | 122 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.08 |
| HSL | 126.24º | 0.75% | 0.67% | - |
| HSV(B) | 126.24º | 0.53% | 0.92% | - |
| XYZ | 39.24 | 63.5 | 28.6 | - |
| YUV | 183.86 | 93.09 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 234 | 122 | 0.53 | 0 | 0.48 | 0.08 | 126.24 | 0.75 | 0.67 |
| Hex | 6D | EA | 7A | 35 | 0 | 30 | 8 | 7E | 4B | 43 |
| Octal | 155 | 352 | 172 | 65 | 0 | 60 | 10 | 176 | 113 | 103 |
| Binary | 1101101 | 11101010 | 1111010 | 110101 | 0 | 110000 | 1000 | 1111110 | 1001011 | 1000011 |
Color Harmonies of #6DEA7A
Complementary color
Monochromatic Colors of #6DEA7A
Black with #6DEA7A
Text Example
Text Example
White with #6DEA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEA7A; }
p { color: rgb(109,234,122); }
H1.HeaderClassName
{
color: #6DEA7A;
}
.AnyTagClassName
{
color: #6DEA7A;
}
</style>
background-color css
<style>
a { background-color: #6DEA7A; }
a { background-color: rgb(109,234,122); }
div.DivClassName
{
background-color: #6DEA7A;
}
.BgClassName
{
background-color: #6DEA7A;
}
</style>
border-color css
<style>
span { border-color: #6DEA7A; }
span { border-color: rgb(109,234,122); }
td.TdClassName
{
border-color: #6DEA7A;
}
.TagClassName
{
border-color: #6DEA7A;
}
</style>