Shades of Pastel Green #6DCF7A
Tints of Pastel Green #6DCF7A
RGB
CMYK
RGB Variations
Color information
#6DCF7A (or 0x6DCF7A) is known color: Pastel Green. HEX triplet: 6D, CF and 7A. RGB value is (109,207,122). Sum of RGB (Red+Green+Blue) = 109+207+122=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCF7A is #923085. Grayscale: #A8A8A8. Windows color (decimal): -9580678 or 8048493. OLE color: 8048493.
HSL color Cylindrical-coordinate representation of color #6DCF7A: hue angle of 127.96º 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 #6DCF7A is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 122 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.19 |
| HSL | 127.96º | 0.51% | 0.62% | - |
| HSV(B) | 127.96º | 0.47% | 0.81% | - |
| XYZ | 32.13 | 49.28 | 26.23 | - |
| YUV | 168.01 | 102.03 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 122 | 0.47 | 0 | 0.41 | 0.19 | 127.96 | 0.51 | 0.62 |
| Hex | 6D | CF | 7A | 2F | 0 | 29 | 13 | 80 | 33 | 3E |
| Octal | 155 | 317 | 172 | 57 | 0 | 51 | 23 | 200 | 63 | 76 |
| Binary | 1101101 | 11001111 | 1111010 | 101111 | 0 | 101001 | 10011 | 10000000 | 110011 | 111110 |
Color Harmonies of #6DCF7A
Complementary color
Monochromatic Colors of #6DCF7A
Black with #6DCF7A
Text Example
Text Example
White with #6DCF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCF7A; }
p { color: rgb(109,207,122); }
H1.HeaderClassName
{
color: #6DCF7A;
}
.AnyTagClassName
{
color: #6DCF7A;
}
</style>
background-color css
<style>
a { background-color: #6DCF7A; }
a { background-color: rgb(109,207,122); }
div.DivClassName
{
background-color: #6DCF7A;
}
.BgClassName
{
background-color: #6DCF7A;
}
</style>
border-color css
<style>
span { border-color: #6DCF7A; }
span { border-color: rgb(109,207,122); }
td.TdClassName
{
border-color: #6DCF7A;
}
.TagClassName
{
border-color: #6DCF7A;
}
</style>