Shades of Pastel Green #6ECD64
Tints of Pastel Green #6ECD64
RGB
CMYK
RGB Variations
Color information
#6ECD64 (or 0x6ECD64) is known color: Pastel Green. HEX triplet: 6E, CD and 64. RGB value is (110,205,100). Sum of RGB (Red+Green+Blue) = 110+205+100=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECD64 is #91329B. Grayscale: #A4A4A4. Windows color (decimal): -9515676 or 6606190. OLE color: 6606190.
HSL color Cylindrical-coordinate representation of color #6ECD64: hue angle of 114.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ECD64 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 100 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.20 |
| HSL | 114.29º | 0.51% | 0.6% | - |
| HSV(B) | 114.29º | 0.51% | 0.8% | - |
| XYZ | 30.56 | 47.9 | 19.69 | - |
| YUV | 164.63 | 91.53 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 100 | 0.46 | 0 | 0.51 | 0.20 | 114.29 | 0.51 | 0.6 |
| Hex | 6E | CD | 64 | 2E | 0 | 33 | 14 | 72 | 33 | 3C |
| Octal | 156 | 315 | 144 | 56 | 0 | 63 | 24 | 162 | 63 | 74 |
| Binary | 1101110 | 11001101 | 1100100 | 101110 | 0 | 110011 | 10100 | 1110010 | 110011 | 111100 |
Color Harmonies of #6ECD64
Complementary color
Monochromatic Colors of #6ECD64
Black with #6ECD64
Text Example
Text Example
White with #6ECD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECD64; }
p { color: rgb(110,205,100); }
H1.HeaderClassName
{
color: #6ECD64;
}
.AnyTagClassName
{
color: #6ECD64;
}
</style>
background-color css
<style>
a { background-color: #6ECD64; }
a { background-color: rgb(110,205,100); }
div.DivClassName
{
background-color: #6ECD64;
}
.BgClassName
{
background-color: #6ECD64;
}
</style>
border-color css
<style>
span { border-color: #6ECD64; }
span { border-color: rgb(110,205,100); }
td.TdClassName
{
border-color: #6ECD64;
}
.TagClassName
{
border-color: #6ECD64;
}
</style>