Shades of Pastel Green #6ECD82
Tints of Pastel Green #6ECD82
RGB
CMYK
RGB Variations
Color information
#6ECD82 (or 0x6ECD82) is known color: Pastel Green. HEX triplet: 6E, CD and 82. RGB value is (110,205,130). Sum of RGB (Red+Green+Blue) = 110+205+130=445 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.72% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECD82 is #91327D. Grayscale: #A8A8A8. Windows color (decimal): -9515646 or 8572270. OLE color: 8572270.
HSL color Cylindrical-coordinate representation of color #6ECD82: hue angle of 132.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECD82 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 130 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.20 |
| HSL | 132.63º | 0.49% | 0.62% | - |
| HSV(B) | 132.63º | 0.46% | 0.8% | - |
| XYZ | 32.29 | 48.59 | 28.8 | - |
| YUV | 168.05 | 106.53 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 130 | 0.46 | 0 | 0.37 | 0.20 | 132.63 | 0.49 | 0.62 |
| Hex | 6E | CD | 82 | 2E | 0 | 25 | 14 | 85 | 31 | 3E |
| Octal | 156 | 315 | 202 | 56 | 0 | 45 | 24 | 205 | 61 | 76 |
| Binary | 1101110 | 11001101 | 10000010 | 101110 | 0 | 100101 | 10100 | 10000101 | 110001 | 111110 |
Color Harmonies of #6ECD82
Complementary color
Monochromatic Colors of #6ECD82
Black with #6ECD82
Text Example
Text Example
White with #6ECD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECD82; }
p { color: rgb(110,205,130); }
H1.HeaderClassName
{
color: #6ECD82;
}
.AnyTagClassName
{
color: #6ECD82;
}
</style>
background-color css
<style>
a { background-color: #6ECD82; }
a { background-color: rgb(110,205,130); }
div.DivClassName
{
background-color: #6ECD82;
}
.BgClassName
{
background-color: #6ECD82;
}
</style>
border-color css
<style>
span { border-color: #6ECD82; }
span { border-color: rgb(110,205,130); }
td.TdClassName
{
border-color: #6ECD82;
}
.TagClassName
{
border-color: #6ECD82;
}
</style>