Shades of Pastel Green #6EC975
Tints of Pastel Green #6EC975
RGB
CMYK
RGB Variations
Color information
#6EC975 (or 0x6EC975) is known color: Pastel Green. HEX triplet: 6E, C9 and 75. RGB value is (110,201,117). Sum of RGB (Red+Green+Blue) = 110+201+117=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC975 is #91368A. Grayscale: #A4A4A4. Windows color (decimal): -9516683 or 7719278. OLE color: 7719278.
HSL color Cylindrical-coordinate representation of color #6EC975: hue angle of 124.62º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EC975 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 201 | 117 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.21 |
| HSL | 124.62º | 0.46% | 0.61% | - |
| HSV(B) | 124.62º | 0.45% | 0.79% | - |
| XYZ | 30.53 | 46.37 | 24.17 | - |
| YUV | 164.22 | 101.35 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 117 | 0.45 | 0 | 0.42 | 0.21 | 124.62 | 0.46 | 0.61 |
| Hex | 6E | C9 | 75 | 2D | 0 | 2A | 15 | 7D | 2E | 3D |
| Octal | 156 | 311 | 165 | 55 | 0 | 52 | 25 | 175 | 56 | 75 |
| Binary | 1101110 | 11001001 | 1110101 | 101101 | 0 | 101010 | 10101 | 1111101 | 101110 | 111101 |
Color Harmonies of #6EC975
Complementary color
Monochromatic Colors of #6EC975
Black with #6EC975
Text Example
Text Example
White with #6EC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC975; }
p { color: rgb(110,201,117); }
H1.HeaderClassName
{
color: #6EC975;
}
.AnyTagClassName
{
color: #6EC975;
}
</style>
background-color css
<style>
a { background-color: #6EC975; }
a { background-color: rgb(110,201,117); }
div.DivClassName
{
background-color: #6EC975;
}
.BgClassName
{
background-color: #6EC975;
}
</style>
border-color css
<style>
span { border-color: #6EC975; }
span { border-color: rgb(110,201,117); }
td.TdClassName
{
border-color: #6EC975;
}
.TagClassName
{
border-color: #6EC975;
}
</style>