Shades of Pastel Green #6ECD72
Tints of Pastel Green #6ECD72
RGB
CMYK
RGB Variations
Color information
#6ECD72 (or 0x6ECD72) is known color: Pastel Green. HEX triplet: 6E, CD and 72. RGB value is (110,205,114). Sum of RGB (Red+Green+Blue) = 110+205+114=429 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.64% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECD72 is #91328D. Grayscale: #A6A6A6. Windows color (decimal): -9515662 or 7523694. OLE color: 7523694.
HSL color Cylindrical-coordinate representation of color #6ECD72: hue angle of 122.53º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECD72 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 114 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.20 |
| HSL | 122.53º | 0.49% | 0.62% | - |
| HSV(B) | 122.53º | 0.46% | 0.8% | - |
| XYZ | 31.3 | 48.19 | 23.57 | - |
| YUV | 166.22 | 98.53 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 114 | 0.46 | 0 | 0.44 | 0.20 | 122.53 | 0.49 | 0.62 |
| Hex | 6E | CD | 72 | 2E | 0 | 2C | 14 | 7B | 31 | 3E |
| Octal | 156 | 315 | 162 | 56 | 0 | 54 | 24 | 173 | 61 | 76 |
| Binary | 1101110 | 11001101 | 1110010 | 101110 | 0 | 101100 | 10100 | 1111011 | 110001 | 111110 |
Color Harmonies of #6ECD72
Complementary color
Monochromatic Colors of #6ECD72
Black with #6ECD72
Text Example
Text Example
White with #6ECD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECD72; }
p { color: rgb(110,205,114); }
H1.HeaderClassName
{
color: #6ECD72;
}
.AnyTagClassName
{
color: #6ECD72;
}
</style>
background-color css
<style>
a { background-color: #6ECD72; }
a { background-color: rgb(110,205,114); }
div.DivClassName
{
background-color: #6ECD72;
}
.BgClassName
{
background-color: #6ECD72;
}
</style>
border-color css
<style>
span { border-color: #6ECD72; }
span { border-color: rgb(110,205,114); }
td.TdClassName
{
border-color: #6ECD72;
}
.TagClassName
{
border-color: #6ECD72;
}
</style>