Shades of Pastel Green #6EED7A
Tints of Pastel Green #6EED7A
RGB
CMYK
RGB Variations
Color information
#6EED7A (or 0x6EED7A) is known color: Pastel Green. HEX triplet: 6E, ED and 7A. RGB value is (110,237,122). Sum of RGB (Red+Green+Blue) = 110+237+122=469 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.45% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #6EED7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6EED7A is #911285. Grayscale: #BABABA. Windows color (decimal): -9507462 or 8056174. OLE color: 8056174.
HSL color Cylindrical-coordinate representation of color #6EED7A: hue angle of 125.67º 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 #6EED7A is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 122 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.07 |
| HSL | 125.67º | 0.78% | 0.68% | - |
| HSV(B) | 125.67º | 0.54% | 0.93% | - |
| XYZ | 40.23 | 65.29 | 28.89 | - |
| YUV | 185.92 | 91.92 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 122 | 0.54 | 0 | 0.49 | 0.07 | 125.67 | 0.78 | 0.68 |
| Hex | 6E | ED | 7A | 36 | 0 | 31 | 7 | 7E | 4E | 44 |
| Octal | 156 | 355 | 172 | 66 | 0 | 61 | 7 | 176 | 116 | 104 |
| Binary | 1101110 | 11101101 | 1111010 | 110110 | 0 | 110001 | 111 | 1111110 | 1001110 | 1000100 |
Color Harmonies of #6EED7A
Complementary color
Monochromatic Colors of #6EED7A
Black with #6EED7A
Text Example
Text Example
White with #6EED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EED7A; }
p { color: rgb(110,237,122); }
H1.HeaderClassName
{
color: #6EED7A;
}
.AnyTagClassName
{
color: #6EED7A;
}
</style>
background-color css
<style>
a { background-color: #6EED7A; }
a { background-color: rgb(110,237,122); }
div.DivClassName
{
background-color: #6EED7A;
}
.BgClassName
{
background-color: #6EED7A;
}
</style>
border-color css
<style>
span { border-color: #6EED7A; }
span { border-color: rgb(110,237,122); }
td.TdClassName
{
border-color: #6EED7A;
}
.TagClassName
{
border-color: #6EED7A;
}
</style>