Shades of Pastel Green #6DEA84
Tints of Pastel Green #6DEA84
RGB
CMYK
RGB Variations
Color information
#6DEA84 (or 0x6DEA84) is known color: Pastel Green. HEX triplet: 6D, EA and 84. RGB value is (109,234,132). Sum of RGB (Red+Green+Blue) = 109+234+132=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEA84 is #92157B. Grayscale: #B9B9B9. Windows color (decimal): -9573756 or 8710765. OLE color: 8710765.
HSL color Cylindrical-coordinate representation of color #6DEA84: hue angle of 131.04º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DEA84 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 234 | 132 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.08 |
| HSL | 131.04º | 0.75% | 0.67% | - |
| HSV(B) | 131.04º | 0.53% | 0.92% | - |
| XYZ | 39.89 | 63.76 | 32.03 | - |
| YUV | 185 | 98.09 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 234 | 132 | 0.53 | 0 | 0.44 | 0.08 | 131.04 | 0.75 | 0.67 |
| Hex | 6D | EA | 84 | 35 | 0 | 2C | 8 | 83 | 4B | 43 |
| Octal | 155 | 352 | 204 | 65 | 0 | 54 | 10 | 203 | 113 | 103 |
| Binary | 1101101 | 11101010 | 10000100 | 110101 | 0 | 101100 | 1000 | 10000011 | 1001011 | 1000011 |
Color Harmonies of #6DEA84
Complementary color
Monochromatic Colors of #6DEA84
Black with #6DEA84
Text Example
Text Example
White with #6DEA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEA84; }
p { color: rgb(109,234,132); }
H1.HeaderClassName
{
color: #6DEA84;
}
.AnyTagClassName
{
color: #6DEA84;
}
</style>
background-color css
<style>
a { background-color: #6DEA84; }
a { background-color: rgb(109,234,132); }
div.DivClassName
{
background-color: #6DEA84;
}
.BgClassName
{
background-color: #6DEA84;
}
</style>
border-color css
<style>
span { border-color: #6DEA84; }
span { border-color: rgb(109,234,132); }
td.TdClassName
{
border-color: #6DEA84;
}
.TagClassName
{
border-color: #6DEA84;
}
</style>