Shades of Pastel Green #6ECB70
Tints of Pastel Green #6ECB70
RGB
CMYK
RGB Variations
Color information
#6ECB70 (or 0x6ECB70) is known color: Pastel Green. HEX triplet: 6E, CB and 70. RGB value is (110,203,112). Sum of RGB (Red+Green+Blue) = 110+203+112=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECB70 is #91348F. Grayscale: #A5A5A5. Windows color (decimal): -9516176 or 7392110. OLE color: 7392110.
HSL color Cylindrical-coordinate representation of color #6ECB70: hue angle of 121.29º 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 #6ECB70 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 203 | 112 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.20 |
| HSL | 121.29º | 0.47% | 0.61% | - |
| HSV(B) | 121.29º | 0.46% | 0.8% | - |
| XYZ | 30.71 | 47.2 | 22.82 | - |
| YUV | 164.82 | 98.19 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 112 | 0.46 | 0 | 0.45 | 0.20 | 121.29 | 0.47 | 0.61 |
| Hex | 6E | CB | 70 | 2E | 0 | 2D | 14 | 79 | 2F | 3D |
| Octal | 156 | 313 | 160 | 56 | 0 | 55 | 24 | 171 | 57 | 75 |
| Binary | 1101110 | 11001011 | 1110000 | 101110 | 0 | 101101 | 10100 | 1111001 | 101111 | 111101 |
Color Harmonies of #6ECB70
Complementary color
Monochromatic Colors of #6ECB70
Black with #6ECB70
Text Example
Text Example
White with #6ECB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECB70; }
p { color: rgb(110,203,112); }
H1.HeaderClassName
{
color: #6ECB70;
}
.AnyTagClassName
{
color: #6ECB70;
}
</style>
background-color css
<style>
a { background-color: #6ECB70; }
a { background-color: rgb(110,203,112); }
div.DivClassName
{
background-color: #6ECB70;
}
.BgClassName
{
background-color: #6ECB70;
}
</style>
border-color css
<style>
span { border-color: #6ECB70; }
span { border-color: rgb(110,203,112); }
td.TdClassName
{
border-color: #6ECB70;
}
.TagClassName
{
border-color: #6ECB70;
}
</style>