Shades of Pastel Green #6EDC78
Tints of Pastel Green #6EDC78
RGB
CMYK
RGB Variations
Color information
#6EDC78 (or 0x6EDC78) is known color: Pastel Green. HEX triplet: 6E, DC and 78. RGB value is (110,220,120). Sum of RGB (Red+Green+Blue) = 110+220+120=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDC78 is #912387. Grayscale: #AFAFAF. Windows color (decimal): -9511816 or 7920750. OLE color: 7920750.
HSL color Cylindrical-coordinate representation of color #6EDC78: hue angle of 125.45º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDC78 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 120 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.14 |
| HSL | 125.45º | 0.61% | 0.65% | - |
| HSV(B) | 125.45º | 0.5% | 0.86% | - |
| XYZ | 35.41 | 55.86 | 26.68 | - |
| YUV | 175.71 | 96.56 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 120 | 0.50 | 0 | 0.45 | 0.14 | 125.45 | 0.61 | 0.65 |
| Hex | 6E | DC | 78 | 32 | 0 | 2D | E | 7D | 3D | 41 |
| Octal | 156 | 334 | 170 | 62 | 0 | 55 | 16 | 175 | 75 | 101 |
| Binary | 1101110 | 11011100 | 1111000 | 110010 | 0 | 101101 | 1110 | 1111101 | 111101 | 1000001 |
Color Harmonies of #6EDC78
Complementary color
Monochromatic Colors of #6EDC78
Black with #6EDC78
Text Example
Text Example
White with #6EDC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDC78; }
p { color: rgb(110,220,120); }
H1.HeaderClassName
{
color: #6EDC78;
}
.AnyTagClassName
{
color: #6EDC78;
}
</style>
background-color css
<style>
a { background-color: #6EDC78; }
a { background-color: rgb(110,220,120); }
div.DivClassName
{
background-color: #6EDC78;
}
.BgClassName
{
background-color: #6EDC78;
}
</style>
border-color css
<style>
span { border-color: #6EDC78; }
span { border-color: rgb(110,220,120); }
td.TdClassName
{
border-color: #6EDC78;
}
.TagClassName
{
border-color: #6EDC78;
}
</style>