Shades of Pastel Green #6ECE70
Tints of Pastel Green #6ECE70
RGB
CMYK
RGB Variations
Color information
#6ECE70 (or 0x6ECE70) is known color: Pastel Green. HEX triplet: 6E, CE and 70. RGB value is (110,206,112). Sum of RGB (Red+Green+Blue) = 110+206+112=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECE70 is #91318F. Grayscale: #A6A6A6. Windows color (decimal): -9515408 or 7392878. OLE color: 7392878.
HSL color Cylindrical-coordinate representation of color #6ECE70: hue angle of 121.25º degrees, saturation: 0.49, 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 #6ECE70 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 206 | 112 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.19 |
| HSL | 121.25º | 0.49% | 0.62% | - |
| HSV(B) | 121.25º | 0.47% | 0.81% | - |
| XYZ | 31.43 | 48.63 | 23.06 | - |
| YUV | 166.58 | 97.2 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 112 | 0.47 | 0 | 0.46 | 0.19 | 121.25 | 0.49 | 0.62 |
| Hex | 6E | CE | 70 | 2F | 0 | 2E | 13 | 79 | 31 | 3E |
| Octal | 156 | 316 | 160 | 57 | 0 | 56 | 23 | 171 | 61 | 76 |
| Binary | 1101110 | 11001110 | 1110000 | 101111 | 0 | 101110 | 10011 | 1111001 | 110001 | 111110 |
Color Harmonies of #6ECE70
Complementary color
Monochromatic Colors of #6ECE70
Black with #6ECE70
Text Example
Text Example
White with #6ECE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECE70; }
p { color: rgb(110,206,112); }
H1.HeaderClassName
{
color: #6ECE70;
}
.AnyTagClassName
{
color: #6ECE70;
}
</style>
background-color css
<style>
a { background-color: #6ECE70; }
a { background-color: rgb(110,206,112); }
div.DivClassName
{
background-color: #6ECE70;
}
.BgClassName
{
background-color: #6ECE70;
}
</style>
border-color css
<style>
span { border-color: #6ECE70; }
span { border-color: rgb(110,206,112); }
td.TdClassName
{
border-color: #6ECE70;
}
.TagClassName
{
border-color: #6ECE70;
}
</style>