Shades of Pastel Green #6ED872
Tints of Pastel Green #6ED872
RGB
CMYK
RGB Variations
Color information
#6ED872 (or 0x6ED872) is known color: Pastel Green. HEX triplet: 6E, D8 and 72. RGB value is (110,216,114). Sum of RGB (Red+Green+Blue) = 110+216+114=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED872 is #91278D. Grayscale: #ACACAC. Windows color (decimal): -9512846 or 7526510. OLE color: 7526510.
HSL color Cylindrical-coordinate representation of color #6ED872: hue angle of 122.26º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED872 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 216 | 114 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.15 |
| HSL | 122.26º | 0.58% | 0.64% | - |
| HSV(B) | 122.26º | 0.49% | 0.85% | - |
| XYZ | 34.02 | 53.64 | 24.48 | - |
| YUV | 172.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 216 | 114 | 0.49 | 0 | 0.47 | 0.15 | 122.26 | 0.58 | 0.64 |
| Hex | 6E | D8 | 72 | 31 | 0 | 2F | F | 7A | 3A | 40 |
| Octal | 156 | 330 | 162 | 61 | 0 | 57 | 17 | 172 | 72 | 100 |
| Binary | 1101110 | 11011000 | 1110010 | 110001 | 0 | 101111 | 1111 | 1111010 | 111010 | 1000000 |
Color Harmonies of #6ED872
Complementary color
Monochromatic Colors of #6ED872
Black with #6ED872
Text Example
Text Example
White with #6ED872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED872; }
p { color: rgb(110,216,114); }
H1.HeaderClassName
{
color: #6ED872;
}
.AnyTagClassName
{
color: #6ED872;
}
</style>
background-color css
<style>
a { background-color: #6ED872; }
a { background-color: rgb(110,216,114); }
div.DivClassName
{
background-color: #6ED872;
}
.BgClassName
{
background-color: #6ED872;
}
</style>
border-color css
<style>
span { border-color: #6ED872; }
span { border-color: rgb(110,216,114); }
td.TdClassName
{
border-color: #6ED872;
}
.TagClassName
{
border-color: #6ED872;
}
</style>