Shades of Pastel Green #6ECB72
Tints of Pastel Green #6ECB72
RGB
CMYK
RGB Variations
Color information
#6ECB72 (or 0x6ECB72) is known color: Pastel Green. HEX triplet: 6E, CB and 72. RGB value is (110,203,114). Sum of RGB (Red+Green+Blue) = 110+203+114=427 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.76% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECB72 is #91348D. Grayscale: #A5A5A5. Windows color (decimal): -9516174 or 7523182. OLE color: 7523182.
HSL color Cylindrical-coordinate representation of color #6ECB72: hue angle of 122.58º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECB72 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 203 | 114 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.20 |
| HSL | 122.58º | 0.47% | 0.61% | - |
| HSV(B) | 122.58º | 0.46% | 0.8% | - |
| XYZ | 30.82 | 47.24 | 23.41 | - |
| YUV | 165.05 | 99.19 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 114 | 0.46 | 0 | 0.44 | 0.20 | 122.58 | 0.47 | 0.61 |
| Hex | 6E | CB | 72 | 2E | 0 | 2C | 14 | 7B | 2F | 3D |
| Octal | 156 | 313 | 162 | 56 | 0 | 54 | 24 | 173 | 57 | 75 |
| Binary | 1101110 | 11001011 | 1110010 | 101110 | 0 | 101100 | 10100 | 1111011 | 101111 | 111101 |
Color Harmonies of #6ECB72
Complementary color
Monochromatic Colors of #6ECB72
Black with #6ECB72
Text Example
Text Example
White with #6ECB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECB72; }
p { color: rgb(110,203,114); }
H1.HeaderClassName
{
color: #6ECB72;
}
.AnyTagClassName
{
color: #6ECB72;
}
</style>
background-color css
<style>
a { background-color: #6ECB72; }
a { background-color: rgb(110,203,114); }
div.DivClassName
{
background-color: #6ECB72;
}
.BgClassName
{
background-color: #6ECB72;
}
</style>
border-color css
<style>
span { border-color: #6ECB72; }
span { border-color: rgb(110,203,114); }
td.TdClassName
{
border-color: #6ECB72;
}
.TagClassName
{
border-color: #6ECB72;
}
</style>