Shades of Pastel Green #6ED068
Tints of Pastel Green #6ED068
RGB
CMYK
RGB Variations
Color information
#6ED068 (or 0x6ED068) is known color: Pastel Green. HEX triplet: 6E, D0 and 68. RGB value is (110,208,104). Sum of RGB (Red+Green+Blue) = 110+208+104=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED068 is #912F97. Grayscale: #A7A7A7. Windows color (decimal): -9514904 or 6869102. OLE color: 6869102.
HSL color Cylindrical-coordinate representation of color #6ED068: hue angle of 116.54º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ED068 is Cyan = 0.47, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 104 | - |
| CMYK | 0.47 | 0 | 0.5 | 0.18 |
| HSL | 116.54º | 0.53% | 0.61% | - |
| HSV(B) | 116.54º | 0.5% | 0.82% | - |
| XYZ | 31.48 | 49.43 | 20.98 | - |
| YUV | 166.84 | 92.53 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 104 | 0.47 | 0 | 0.5 | 0.18 | 116.54 | 0.53 | 0.61 |
| Hex | 6E | D0 | 68 | 2F | 0 | 32 | 12 | 75 | 35 | 3D |
| Octal | 156 | 320 | 150 | 57 | 0 | 62 | 22 | 165 | 65 | 75 |
| Binary | 1101110 | 11010000 | 1101000 | 101111 | 0 | 110010 | 10010 | 1110101 | 110101 | 111101 |
Color Harmonies of #6ED068
Complementary color
Monochromatic Colors of #6ED068
Black with #6ED068
Text Example
Text Example
White with #6ED068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED068; }
p { color: rgb(110,208,104); }
H1.HeaderClassName
{
color: #6ED068;
}
.AnyTagClassName
{
color: #6ED068;
}
</style>
background-color css
<style>
a { background-color: #6ED068; }
a { background-color: rgb(110,208,104); }
div.DivClassName
{
background-color: #6ED068;
}
.BgClassName
{
background-color: #6ED068;
}
</style>
border-color css
<style>
span { border-color: #6ED068; }
span { border-color: rgb(110,208,104); }
td.TdClassName
{
border-color: #6ED068;
}
.TagClassName
{
border-color: #6ED068;
}
</style>