Shades of Pastel Green #6ED768
Tints of Pastel Green #6ED768
RGB
CMYK
RGB Variations
Color information
#6ED768 (or 0x6ED768) is known color: Pastel Green. HEX triplet: 6E, D7 and 68. RGB value is (110,215,104). Sum of RGB (Red+Green+Blue) = 110+215+104=429 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.64% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED768 is #912897. Grayscale: #ABABAB. Windows color (decimal): -9513112 or 6870894. OLE color: 6870894.
HSL color Cylindrical-coordinate representation of color #6ED768: hue angle of 116.76º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ED768 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 215 | 104 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.16 |
| HSL | 116.76º | 0.58% | 0.63% | - |
| HSV(B) | 116.76º | 0.52% | 0.84% | - |
| XYZ | 33.23 | 52.92 | 21.56 | - |
| YUV | 170.95 | 90.21 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 215 | 104 | 0.49 | 0 | 0.52 | 0.16 | 116.76 | 0.58 | 0.63 |
| Hex | 6E | D7 | 68 | 31 | 0 | 34 | 10 | 75 | 3A | 3F |
| Octal | 156 | 327 | 150 | 61 | 0 | 64 | 20 | 165 | 72 | 77 |
| Binary | 1101110 | 11010111 | 1101000 | 110001 | 0 | 110100 | 10000 | 1110101 | 111010 | 111111 |
Color Harmonies of #6ED768
Complementary color
Monochromatic Colors of #6ED768
Black with #6ED768
Text Example
Text Example
White with #6ED768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED768; }
p { color: rgb(110,215,104); }
H1.HeaderClassName
{
color: #6ED768;
}
.AnyTagClassName
{
color: #6ED768;
}
</style>
background-color css
<style>
a { background-color: #6ED768; }
a { background-color: rgb(110,215,104); }
div.DivClassName
{
background-color: #6ED768;
}
.BgClassName
{
background-color: #6ED768;
}
</style>
border-color css
<style>
span { border-color: #6ED768; }
span { border-color: rgb(110,215,104); }
td.TdClassName
{
border-color: #6ED768;
}
.TagClassName
{
border-color: #6ED768;
}
</style>