Shades of Pastel Green #6EDE78
Tints of Pastel Green #6EDE78
RGB
CMYK
RGB Variations
Color information
#6EDE78 (or 0x6EDE78) is known color: Pastel Green. HEX triplet: 6E, DE and 78. RGB value is (110,222,120). Sum of RGB (Red+Green+Blue) = 110+222+120=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDE78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDE78 is #912187. Grayscale: #B1B1B1. Windows color (decimal): -9511304 or 7921262. OLE color: 7921262.
HSL color Cylindrical-coordinate representation of color #6EDE78: hue angle of 125.36º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDE78 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 222 | 120 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.13 |
| HSL | 125.36º | 0.63% | 0.65% | - |
| HSV(B) | 125.36º | 0.5% | 0.87% | - |
| XYZ | 35.94 | 56.91 | 26.86 | - |
| YUV | 176.88 | 95.89 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 120 | 0.50 | 0 | 0.46 | 0.13 | 125.36 | 0.63 | 0.65 |
| Hex | 6E | DE | 78 | 32 | 0 | 2E | D | 7D | 3F | 41 |
| Octal | 156 | 336 | 170 | 62 | 0 | 56 | 15 | 175 | 77 | 101 |
| Binary | 1101110 | 11011110 | 1111000 | 110010 | 0 | 101110 | 1101 | 1111101 | 111111 | 1000001 |
Color Harmonies of #6EDE78
Complementary color
Monochromatic Colors of #6EDE78
Black with #6EDE78
Text Example
Text Example
White with #6EDE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDE78; }
p { color: rgb(110,222,120); }
H1.HeaderClassName
{
color: #6EDE78;
}
.AnyTagClassName
{
color: #6EDE78;
}
</style>
background-color css
<style>
a { background-color: #6EDE78; }
a { background-color: rgb(110,222,120); }
div.DivClassName
{
background-color: #6EDE78;
}
.BgClassName
{
background-color: #6EDE78;
}
</style>
border-color css
<style>
span { border-color: #6EDE78; }
span { border-color: rgb(110,222,120); }
td.TdClassName
{
border-color: #6EDE78;
}
.TagClassName
{
border-color: #6EDE78;
}
</style>