Shades of Pastel Green #6EDC76
Tints of Pastel Green #6EDC76
RGB
CMYK
RGB Variations
Color information
#6EDC76 (or 0x6EDC76) is known color: Pastel Green. HEX triplet: 6E, DC and 76. RGB value is (110,220,118). Sum of RGB (Red+Green+Blue) = 110+220+118=448 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.55% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDC76 is #912389. Grayscale: #AFAFAF. Windows color (decimal): -9511818 or 7789678. OLE color: 7789678.
HSL color Cylindrical-coordinate representation of color #6EDC76: hue angle of 124.36º 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 #6EDC76 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 118 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.14 |
| HSL | 124.36º | 0.61% | 0.65% | - |
| HSV(B) | 124.36º | 0.5% | 0.86% | - |
| XYZ | 35.29 | 55.81 | 26.05 | - |
| YUV | 175.48 | 95.56 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 118 | 0.50 | 0 | 0.46 | 0.14 | 124.36 | 0.61 | 0.65 |
| Hex | 6E | DC | 76 | 32 | 0 | 2E | E | 7C | 3D | 41 |
| Octal | 156 | 334 | 166 | 62 | 0 | 56 | 16 | 174 | 75 | 101 |
| Binary | 1101110 | 11011100 | 1110110 | 110010 | 0 | 101110 | 1110 | 1111100 | 111101 | 1000001 |
Color Harmonies of #6EDC76
Complementary color
Monochromatic Colors of #6EDC76
Black with #6EDC76
Text Example
Text Example
White with #6EDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDC76; }
p { color: rgb(110,220,118); }
H1.HeaderClassName
{
color: #6EDC76;
}
.AnyTagClassName
{
color: #6EDC76;
}
</style>
background-color css
<style>
a { background-color: #6EDC76; }
a { background-color: rgb(110,220,118); }
div.DivClassName
{
background-color: #6EDC76;
}
.BgClassName
{
background-color: #6EDC76;
}
</style>
border-color css
<style>
span { border-color: #6EDC76; }
span { border-color: rgb(110,220,118); }
td.TdClassName
{
border-color: #6EDC76;
}
.TagClassName
{
border-color: #6EDC76;
}
</style>