Shades of Pastel Green #6DED93
Tints of Pastel Green #6DED93
RGB
CMYK
RGB Variations
Color information
#6DED93 (or 0x6DED93) is known color: Pastel Green. HEX triplet: 6D, ED and 93. RGB value is (109,237,147). Sum of RGB (Red+Green+Blue) = 109+237+147=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #6DED93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DED93 is #92126C. Grayscale: #BCBCBC. Windows color (decimal): -9572973 or 9694573. OLE color: 9694573.
HSL color Cylindrical-coordinate representation of color #6DED93: hue angle of 137.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DED93 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 147 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.07 |
| HSL | 137.81º | 0.78% | 0.68% | - |
| HSV(B) | 137.81º | 0.54% | 0.93% | - |
| XYZ | 41.86 | 65.93 | 38.12 | - |
| YUV | 188.47 | 104.59 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 147 | 0.54 | 0 | 0.38 | 0.07 | 137.81 | 0.78 | 0.68 |
| Hex | 6D | ED | 93 | 36 | 0 | 26 | 7 | 8A | 4E | 44 |
| Octal | 155 | 355 | 223 | 66 | 0 | 46 | 7 | 212 | 116 | 104 |
| Binary | 1101101 | 11101101 | 10010011 | 110110 | 0 | 100110 | 111 | 10001010 | 1001110 | 1000100 |
Color Harmonies of #6DED93
Complementary color
Monochromatic Colors of #6DED93
Black with #6DED93
Text Example
Text Example
White with #6DED93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DED93; }
p { color: rgb(109,237,147); }
H1.HeaderClassName
{
color: #6DED93;
}
.AnyTagClassName
{
color: #6DED93;
}
</style>
background-color css
<style>
a { background-color: #6DED93; }
a { background-color: rgb(109,237,147); }
div.DivClassName
{
background-color: #6DED93;
}
.BgClassName
{
background-color: #6DED93;
}
</style>
border-color css
<style>
span { border-color: #6DED93; }
span { border-color: rgb(109,237,147); }
td.TdClassName
{
border-color: #6DED93;
}
.TagClassName
{
border-color: #6DED93;
}
</style>