Shades of Pastel Green #6DCE70
Tints of Pastel Green #6DCE70
RGB
CMYK
RGB Variations
Color information
#6DCE70 (or 0x6DCE70) is known color: Pastel Green. HEX triplet: 6D, CE and 70. RGB value is (109,206,112). Sum of RGB (Red+Green+Blue) = 109+206+112=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCE70 is #92318F. Grayscale: #A6A6A6. Windows color (decimal): -9580944 or 7392877. OLE color: 7392877.
HSL color Cylindrical-coordinate representation of color #6DCE70: hue angle of 121.86º degrees, saturation: 0.5, 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 #6DCE70 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 206 | 112 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.19 |
| HSL | 121.86º | 0.5% | 0.62% | - |
| HSV(B) | 121.86º | 0.47% | 0.81% | - |
| XYZ | 31.3 | 48.56 | 23.05 | - |
| YUV | 166.28 | 97.36 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 112 | 0.47 | 0 | 0.46 | 0.19 | 121.86 | 0.5 | 0.62 |
| Hex | 6D | CE | 70 | 2F | 0 | 2E | 13 | 7A | 32 | 3E |
| Octal | 155 | 316 | 160 | 57 | 0 | 56 | 23 | 172 | 62 | 76 |
| Binary | 1101101 | 11001110 | 1110000 | 101111 | 0 | 101110 | 10011 | 1111010 | 110010 | 111110 |
Color Harmonies of #6DCE70
Complementary color
Monochromatic Colors of #6DCE70
Black with #6DCE70
Text Example
Text Example
White with #6DCE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCE70; }
p { color: rgb(109,206,112); }
H1.HeaderClassName
{
color: #6DCE70;
}
.AnyTagClassName
{
color: #6DCE70;
}
</style>
background-color css
<style>
a { background-color: #6DCE70; }
a { background-color: rgb(109,206,112); }
div.DivClassName
{
background-color: #6DCE70;
}
.BgClassName
{
background-color: #6DCE70;
}
</style>
border-color css
<style>
span { border-color: #6DCE70; }
span { border-color: rgb(109,206,112); }
td.TdClassName
{
border-color: #6DCE70;
}
.TagClassName
{
border-color: #6DCE70;
}
</style>