Shades of Pastel Green #6ED67A
Tints of Pastel Green #6ED67A
RGB
CMYK
RGB Variations
Color information
#6ED67A (or 0x6ED67A) is known color: Pastel Green. HEX triplet: 6E, D6 and 7A. RGB value is (110,214,122). Sum of RGB (Red+Green+Blue) = 110+214+122=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED67A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED67A is #912985. Grayscale: #ACACAC. Windows color (decimal): -9513350 or 8050286. OLE color: 8050286.
HSL color Cylindrical-coordinate representation of color #6ED67A: hue angle of 126.92º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED67A is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 214 | 122 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.16 |
| HSL | 126.92º | 0.56% | 0.64% | - |
| HSV(B) | 126.92º | 0.49% | 0.84% | - |
| XYZ | 33.99 | 52.81 | 26.81 | - |
| YUV | 172.42 | 99.54 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 214 | 122 | 0.49 | 0 | 0.43 | 0.16 | 126.92 | 0.56 | 0.64 |
| Hex | 6E | D6 | 7A | 31 | 0 | 2B | 10 | 7F | 38 | 40 |
| Octal | 156 | 326 | 172 | 61 | 0 | 53 | 20 | 177 | 70 | 100 |
| Binary | 1101110 | 11010110 | 1111010 | 110001 | 0 | 101011 | 10000 | 1111111 | 111000 | 1000000 |
Color Harmonies of #6ED67A
Complementary color
Monochromatic Colors of #6ED67A
Black with #6ED67A
Text Example
Text Example
White with #6ED67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED67A; }
p { color: rgb(110,214,122); }
H1.HeaderClassName
{
color: #6ED67A;
}
.AnyTagClassName
{
color: #6ED67A;
}
</style>
background-color css
<style>
a { background-color: #6ED67A; }
a { background-color: rgb(110,214,122); }
div.DivClassName
{
background-color: #6ED67A;
}
.BgClassName
{
background-color: #6ED67A;
}
</style>
border-color css
<style>
span { border-color: #6ED67A; }
span { border-color: rgb(110,214,122); }
td.TdClassName
{
border-color: #6ED67A;
}
.TagClassName
{
border-color: #6ED67A;
}
</style>