Shades of Pastel Green #6ECD68
Tints of Pastel Green #6ECD68
RGB
CMYK
RGB Variations
Color information
#6ECD68 (or 0x6ECD68) is known color: Pastel Green. HEX triplet: 6E, CD and 68. RGB value is (110,205,104). Sum of RGB (Red+Green+Blue) = 110+205+104=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECD68 is #913297. Grayscale: #A5A5A5. Windows color (decimal): -9515672 or 6868334. OLE color: 6868334.
HSL color Cylindrical-coordinate representation of color #6ECD68: hue angle of 116.44º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ECD68 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 104 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.20 |
| HSL | 116.44º | 0.5% | 0.61% | - |
| HSV(B) | 116.44º | 0.49% | 0.8% | - |
| XYZ | 30.76 | 47.98 | 20.74 | - |
| YUV | 165.08 | 93.53 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 104 | 0.46 | 0 | 0.49 | 0.20 | 116.44 | 0.5 | 0.61 |
| Hex | 6E | CD | 68 | 2E | 0 | 31 | 14 | 74 | 32 | 3D |
| Octal | 156 | 315 | 150 | 56 | 0 | 61 | 24 | 164 | 62 | 75 |
| Binary | 1101110 | 11001101 | 1101000 | 101110 | 0 | 110001 | 10100 | 1110100 | 110010 | 111101 |
Color Harmonies of #6ECD68
Complementary color
Monochromatic Colors of #6ECD68
Black with #6ECD68
Text Example
Text Example
White with #6ECD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECD68; }
p { color: rgb(110,205,104); }
H1.HeaderClassName
{
color: #6ECD68;
}
.AnyTagClassName
{
color: #6ECD68;
}
</style>
background-color css
<style>
a { background-color: #6ECD68; }
a { background-color: rgb(110,205,104); }
div.DivClassName
{
background-color: #6ECD68;
}
.BgClassName
{
background-color: #6ECD68;
}
</style>
border-color css
<style>
span { border-color: #6ECD68; }
span { border-color: rgb(110,205,104); }
td.TdClassName
{
border-color: #6ECD68;
}
.TagClassName
{
border-color: #6ECD68;
}
</style>