Shades of Pastel Green #6ED064
Tints of Pastel Green #6ED064
RGB
CMYK
RGB Variations
Color information
#6ED064 (or 0x6ED064) is known color: Pastel Green. HEX triplet: 6E, D0 and 64. RGB value is (110,208,100). Sum of RGB (Red+Green+Blue) = 110+208+100=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED064 is #912F9B. Grayscale: #A6A6A6. Windows color (decimal): -9514908 or 6606958. OLE color: 6606958.
HSL color Cylindrical-coordinate representation of color #6ED064: hue angle of 114.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ED064 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 100 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.18 |
| HSL | 114.44º | 0.53% | 0.6% | - |
| HSV(B) | 114.44º | 0.52% | 0.82% | - |
| XYZ | 31.29 | 49.35 | 19.93 | - |
| YUV | 166.39 | 90.53 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 100 | 0.47 | 0 | 0.52 | 0.18 | 114.44 | 0.53 | 0.6 |
| Hex | 6E | D0 | 64 | 2F | 0 | 34 | 12 | 72 | 35 | 3C |
| Octal | 156 | 320 | 144 | 57 | 0 | 64 | 22 | 162 | 65 | 74 |
| Binary | 1101110 | 11010000 | 1100100 | 101111 | 0 | 110100 | 10010 | 1110010 | 110101 | 111100 |
Color Harmonies of #6ED064
Complementary color
Monochromatic Colors of #6ED064
Black with #6ED064
Text Example
Text Example
White with #6ED064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED064; }
p { color: rgb(110,208,100); }
H1.HeaderClassName
{
color: #6ED064;
}
.AnyTagClassName
{
color: #6ED064;
}
</style>
background-color css
<style>
a { background-color: #6ED064; }
a { background-color: rgb(110,208,100); }
div.DivClassName
{
background-color: #6ED064;
}
.BgClassName
{
background-color: #6ED064;
}
</style>
border-color css
<style>
span { border-color: #6ED064; }
span { border-color: rgb(110,208,100); }
td.TdClassName
{
border-color: #6ED064;
}
.TagClassName
{
border-color: #6ED064;
}
</style>