Shades of Pastel Green #6DCF7D
Tints of Pastel Green #6DCF7D
RGB
CMYK
RGB Variations
Color information
#6DCF7D (or 0x6DCF7D) is known color: Pastel Green. HEX triplet: 6D, CF and 7D. RGB value is (109,207,125). Sum of RGB (Red+Green+Blue) = 109+207+125=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCF7D is #923082. Grayscale: #A8A8A8. Windows color (decimal): -9580675 or 8245101. OLE color: 8245101.
HSL color Cylindrical-coordinate representation of color #6DCF7D: hue angle of 129.8º degrees, saturation: 0.51, 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 #6DCF7D is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 125 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.19 |
| HSL | 129.8º | 0.51% | 0.62% | - |
| HSV(B) | 129.8º | 0.47% | 0.81% | - |
| XYZ | 32.32 | 49.36 | 27.23 | - |
| YUV | 168.35 | 103.53 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 125 | 0.47 | 0 | 0.40 | 0.19 | 129.8 | 0.51 | 0.62 |
| Hex | 6D | CF | 7D | 2F | 0 | 28 | 13 | 82 | 33 | 3E |
| Octal | 155 | 317 | 175 | 57 | 0 | 50 | 23 | 202 | 63 | 76 |
| Binary | 1101101 | 11001111 | 1111101 | 101111 | 0 | 101000 | 10011 | 10000010 | 110011 | 111110 |
Color Harmonies of #6DCF7D
Complementary color
Monochromatic Colors of #6DCF7D
Black with #6DCF7D
Text Example
Text Example
White with #6DCF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCF7D; }
p { color: rgb(109,207,125); }
H1.HeaderClassName
{
color: #6DCF7D;
}
.AnyTagClassName
{
color: #6DCF7D;
}
</style>
background-color css
<style>
a { background-color: #6DCF7D; }
a { background-color: rgb(109,207,125); }
div.DivClassName
{
background-color: #6DCF7D;
}
.BgClassName
{
background-color: #6DCF7D;
}
</style>
border-color css
<style>
span { border-color: #6DCF7D; }
span { border-color: rgb(109,207,125); }
td.TdClassName
{
border-color: #6DCF7D;
}
.TagClassName
{
border-color: #6DCF7D;
}
</style>