Shades of Pastel Green #6ED172
Tints of Pastel Green #6ED172
RGB
CMYK
RGB Variations
Color information
#6ED172 (or 0x6ED172) is known color: Pastel Green. HEX triplet: 6E, D1 and 72. RGB value is (110,209,114). Sum of RGB (Red+Green+Blue) = 110+209+114=433 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.40% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED172 is #912E8D. Grayscale: #A8A8A8. Windows color (decimal): -9514638 or 7524718. OLE color: 7524718.
HSL color Cylindrical-coordinate representation of color #6ED172: hue angle of 122.42º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED172 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 209 | 114 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.18 |
| HSL | 122.42º | 0.52% | 0.63% | - |
| HSV(B) | 122.42º | 0.47% | 0.82% | - |
| XYZ | 32.27 | 50.13 | 23.9 | - |
| YUV | 168.57 | 97.2 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 209 | 114 | 0.47 | 0 | 0.45 | 0.18 | 122.42 | 0.52 | 0.63 |
| Hex | 6E | D1 | 72 | 2F | 0 | 2D | 12 | 7A | 34 | 3F |
| Octal | 156 | 321 | 162 | 57 | 0 | 55 | 22 | 172 | 64 | 77 |
| Binary | 1101110 | 11010001 | 1110010 | 101111 | 0 | 101101 | 10010 | 1111010 | 110100 | 111111 |
Color Harmonies of #6ED172
Complementary color
Monochromatic Colors of #6ED172
Black with #6ED172
Text Example
Text Example
White with #6ED172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED172; }
p { color: rgb(110,209,114); }
H1.HeaderClassName
{
color: #6ED172;
}
.AnyTagClassName
{
color: #6ED172;
}
</style>
background-color css
<style>
a { background-color: #6ED172; }
a { background-color: rgb(110,209,114); }
div.DivClassName
{
background-color: #6ED172;
}
.BgClassName
{
background-color: #6ED172;
}
</style>
border-color css
<style>
span { border-color: #6ED172; }
span { border-color: rgb(110,209,114); }
td.TdClassName
{
border-color: #6ED172;
}
.TagClassName
{
border-color: #6ED172;
}
</style>