Shades of Pastel Green #6ECC70
Tints of Pastel Green #6ECC70
RGB
CMYK
RGB Variations
Color information
#6ECC70 (or 0x6ECC70) is known color: Pastel Green. HEX triplet: 6E, CC and 70. RGB value is (110,204,112). Sum of RGB (Red+Green+Blue) = 110+204+112=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECC70 is #91338F. Grayscale: #A5A5A5. Windows color (decimal): -9515920 or 7392366. OLE color: 7392366.
HSL color Cylindrical-coordinate representation of color #6ECC70: hue angle of 121.28º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECC70 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 112 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.2 |
| HSL | 121.28º | 0.48% | 0.62% | - |
| HSV(B) | 121.28º | 0.46% | 0.8% | - |
| XYZ | 30.95 | 47.67 | 22.9 | - |
| YUV | 165.41 | 97.86 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 112 | 0.46 | 0 | 0.45 | 0.2 | 121.28 | 0.48 | 0.62 |
| Hex | 6E | CC | 70 | 2E | 0 | 2D | 14 | 79 | 30 | 3E |
| Octal | 156 | 314 | 160 | 56 | 0 | 55 | 24 | 171 | 60 | 76 |
| Binary | 1101110 | 11001100 | 1110000 | 101110 | 0 | 101101 | 10100 | 1111001 | 110000 | 111110 |
Color Harmonies of #6ECC70
Complementary color
Monochromatic Colors of #6ECC70
Black with #6ECC70
Text Example
Text Example
White with #6ECC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECC70; }
p { color: rgb(110,204,112); }
H1.HeaderClassName
{
color: #6ECC70;
}
.AnyTagClassName
{
color: #6ECC70;
}
</style>
background-color css
<style>
a { background-color: #6ECC70; }
a { background-color: rgb(110,204,112); }
div.DivClassName
{
background-color: #6ECC70;
}
.BgClassName
{
background-color: #6ECC70;
}
</style>
border-color css
<style>
span { border-color: #6ECC70; }
span { border-color: rgb(110,204,112); }
td.TdClassName
{
border-color: #6ECC70;
}
.TagClassName
{
border-color: #6ECC70;
}
</style>