Shades of Pastel Green #6EDA69
Tints of Pastel Green #6EDA69
RGB
CMYK
RGB Variations
Color information
#6EDA69 (or 0x6EDA69) is known color: Pastel Green. HEX triplet: 6E, DA and 69. RGB value is (110,218,105). Sum of RGB (Red+Green+Blue) = 110+218+105=433 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.40% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDA69 is #912596. Grayscale: #ADADAD. Windows color (decimal): -9512343 or 6937198. OLE color: 6937198.
HSL color Cylindrical-coordinate representation of color #6EDA69: hue angle of 117.35º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EDA69 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 105 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.15 |
| HSL | 117.35º | 0.6% | 0.63% | - |
| HSV(B) | 117.35º | 0.52% | 0.85% | - |
| XYZ | 34.05 | 54.48 | 22.09 | - |
| YUV | 172.83 | 89.72 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 105 | 0.50 | 0 | 0.52 | 0.15 | 117.35 | 0.6 | 0.63 |
| Hex | 6E | DA | 69 | 32 | 0 | 34 | F | 75 | 3C | 3F |
| Octal | 156 | 332 | 151 | 62 | 0 | 64 | 17 | 165 | 74 | 77 |
| Binary | 1101110 | 11011010 | 1101001 | 110010 | 0 | 110100 | 1111 | 1110101 | 111100 | 111111 |
Color Harmonies of #6EDA69
Complementary color
Monochromatic Colors of #6EDA69
Black with #6EDA69
Text Example
Text Example
White with #6EDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDA69; }
p { color: rgb(110,218,105); }
H1.HeaderClassName
{
color: #6EDA69;
}
.AnyTagClassName
{
color: #6EDA69;
}
</style>
background-color css
<style>
a { background-color: #6EDA69; }
a { background-color: rgb(110,218,105); }
div.DivClassName
{
background-color: #6EDA69;
}
.BgClassName
{
background-color: #6EDA69;
}
</style>
border-color css
<style>
span { border-color: #6EDA69; }
span { border-color: rgb(110,218,105); }
td.TdClassName
{
border-color: #6EDA69;
}
.TagClassName
{
border-color: #6EDA69;
}
</style>