Shades of Pastel Green #6ECF72
Tints of Pastel Green #6ECF72
RGB
CMYK
RGB Variations
Color information
#6ECF72 (or 0x6ECF72) is known color: Pastel Green. HEX triplet: 6E, CF and 72. RGB value is (110,207,114). Sum of RGB (Red+Green+Blue) = 110+207+114=431 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.52% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECF72 is #91308D. Grayscale: #A7A7A7. Windows color (decimal): -9515150 or 7524206. OLE color: 7524206.
HSL color Cylindrical-coordinate representation of color #6ECF72: hue angle of 122.47º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECF72 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 114 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.19 |
| HSL | 122.47º | 0.5% | 0.62% | - |
| HSV(B) | 122.47º | 0.47% | 0.81% | - |
| XYZ | 31.78 | 49.16 | 23.73 | - |
| YUV | 167.4 | 97.86 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 114 | 0.47 | 0 | 0.45 | 0.19 | 122.47 | 0.5 | 0.62 |
| Hex | 6E | CF | 72 | 2F | 0 | 2D | 13 | 7A | 32 | 3E |
| Octal | 156 | 317 | 162 | 57 | 0 | 55 | 23 | 172 | 62 | 76 |
| Binary | 1101110 | 11001111 | 1110010 | 101111 | 0 | 101101 | 10011 | 1111010 | 110010 | 111110 |
Color Harmonies of #6ECF72
Complementary color
Monochromatic Colors of #6ECF72
Black with #6ECF72
Text Example
Text Example
White with #6ECF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECF72; }
p { color: rgb(110,207,114); }
H1.HeaderClassName
{
color: #6ECF72;
}
.AnyTagClassName
{
color: #6ECF72;
}
</style>
background-color css
<style>
a { background-color: #6ECF72; }
a { background-color: rgb(110,207,114); }
div.DivClassName
{
background-color: #6ECF72;
}
.BgClassName
{
background-color: #6ECF72;
}
</style>
border-color css
<style>
span { border-color: #6ECF72; }
span { border-color: rgb(110,207,114); }
td.TdClassName
{
border-color: #6ECF72;
}
.TagClassName
{
border-color: #6ECF72;
}
</style>