Shades of Pastel Green #6ECF70
Tints of Pastel Green #6ECF70
RGB
CMYK
RGB Variations
Color information
#6ECF70 (or 0x6ECF70) is known color: Pastel Green. HEX triplet: 6E, CF and 70. RGB value is (110,207,112). Sum of RGB (Red+Green+Blue) = 110+207+112=429 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.64% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECF70 is #91308F. Grayscale: #A7A7A7. Windows color (decimal): -9515152 or 7393134. OLE color: 7393134.
HSL color Cylindrical-coordinate representation of color #6ECF70: hue angle of 121.24º 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 #6ECF70 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 112 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.19 |
| HSL | 121.24º | 0.5% | 0.62% | - |
| HSV(B) | 121.24º | 0.47% | 0.81% | - |
| XYZ | 31.67 | 49.11 | 23.14 | - |
| YUV | 167.17 | 96.86 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 112 | 0.47 | 0 | 0.46 | 0.19 | 121.24 | 0.5 | 0.62 |
| Hex | 6E | CF | 70 | 2F | 0 | 2E | 13 | 79 | 32 | 3E |
| Octal | 156 | 317 | 160 | 57 | 0 | 56 | 23 | 171 | 62 | 76 |
| Binary | 1101110 | 11001111 | 1110000 | 101111 | 0 | 101110 | 10011 | 1111001 | 110010 | 111110 |
Color Harmonies of #6ECF70
Complementary color
Monochromatic Colors of #6ECF70
Black with #6ECF70
Text Example
Text Example
White with #6ECF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECF70; }
p { color: rgb(110,207,112); }
H1.HeaderClassName
{
color: #6ECF70;
}
.AnyTagClassName
{
color: #6ECF70;
}
</style>
background-color css
<style>
a { background-color: #6ECF70; }
a { background-color: rgb(110,207,112); }
div.DivClassName
{
background-color: #6ECF70;
}
.BgClassName
{
background-color: #6ECF70;
}
</style>
border-color css
<style>
span { border-color: #6ECF70; }
span { border-color: rgb(110,207,112); }
td.TdClassName
{
border-color: #6ECF70;
}
.TagClassName
{
border-color: #6ECF70;
}
</style>