Shades of Pastel Green #6ED865
Tints of Pastel Green #6ED865
RGB
CMYK
RGB Variations
Color information
#6ED865 (or 0x6ED865) is known color: Pastel Green. HEX triplet: 6E, D8 and 65. RGB value is (110,216,101). Sum of RGB (Red+Green+Blue) = 110+216+101=427 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.76% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED865 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED865 is #91279A. Grayscale: #ABABAB. Windows color (decimal): -9512859 or 6674542. OLE color: 6674542.
HSL color Cylindrical-coordinate representation of color #6ED865: hue angle of 115.3º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ED865 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 216 | 101 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.15 |
| HSL | 115.3º | 0.6% | 0.62% | - |
| HSV(B) | 115.3º | 0.53% | 0.85% | - |
| XYZ | 33.34 | 53.37 | 20.86 | - |
| YUV | 171.2 | 88.38 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 216 | 101 | 0.49 | 0 | 0.53 | 0.15 | 115.3 | 0.6 | 0.62 |
| Hex | 6E | D8 | 65 | 31 | 0 | 35 | F | 73 | 3C | 3E |
| Octal | 156 | 330 | 145 | 61 | 0 | 65 | 17 | 163 | 74 | 76 |
| Binary | 1101110 | 11011000 | 1100101 | 110001 | 0 | 110101 | 1111 | 1110011 | 111100 | 111110 |
Color Harmonies of #6ED865
Complementary color
Monochromatic Colors of #6ED865
Black with #6ED865
Text Example
Text Example
White with #6ED865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED865; }
p { color: rgb(110,216,101); }
H1.HeaderClassName
{
color: #6ED865;
}
.AnyTagClassName
{
color: #6ED865;
}
</style>
background-color css
<style>
a { background-color: #6ED865; }
a { background-color: rgb(110,216,101); }
div.DivClassName
{
background-color: #6ED865;
}
.BgClassName
{
background-color: #6ED865;
}
</style>
border-color css
<style>
span { border-color: #6ED865; }
span { border-color: rgb(110,216,101); }
td.TdClassName
{
border-color: #6ED865;
}
.TagClassName
{
border-color: #6ED865;
}
</style>