Shades of Pastel Green #6EDC60
Tints of Pastel Green #6EDC60
RGB
CMYK
RGB Variations
Color information
#6EDC60 (or 0x6EDC60) is known color: Pastel Green. HEX triplet: 6E, DC and 60. RGB value is (110,220,96). Sum of RGB (Red+Green+Blue) = 110+220+96=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDC60 is #91239F. Grayscale: #ADADAD. Windows color (decimal): -9511840 or 6347886. OLE color: 6347886.
HSL color Cylindrical-coordinate representation of color #6EDC60: hue angle of 113.23º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EDC60 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 96 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.14 |
| HSL | 113.23º | 0.64% | 0.62% | - |
| HSV(B) | 113.23º | 0.56% | 0.86% | - |
| XYZ | 34.13 | 55.35 | 19.95 | - |
| YUV | 172.97 | 84.56 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 96 | 0.50 | 0 | 0.56 | 0.14 | 113.23 | 0.64 | 0.62 |
| Hex | 6E | DC | 60 | 32 | 0 | 38 | E | 71 | 40 | 3E |
| Octal | 156 | 334 | 140 | 62 | 0 | 70 | 16 | 161 | 100 | 76 |
| Binary | 1101110 | 11011100 | 1100000 | 110010 | 0 | 111000 | 1110 | 1110001 | 1000000 | 111110 |
Color Harmonies of #6EDC60
Complementary color
Monochromatic Colors of #6EDC60
Black with #6EDC60
Text Example
Text Example
White with #6EDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDC60; }
p { color: rgb(110,220,96); }
H1.HeaderClassName
{
color: #6EDC60;
}
.AnyTagClassName
{
color: #6EDC60;
}
</style>
background-color css
<style>
a { background-color: #6EDC60; }
a { background-color: rgb(110,220,96); }
div.DivClassName
{
background-color: #6EDC60;
}
.BgClassName
{
background-color: #6EDC60;
}
</style>
border-color css
<style>
span { border-color: #6EDC60; }
span { border-color: rgb(110,220,96); }
td.TdClassName
{
border-color: #6EDC60;
}
.TagClassName
{
border-color: #6EDC60;
}
</style>