Shades of Pastel Green #6DCB7F
Tints of Pastel Green #6DCB7F
RGB
CMYK
RGB Variations
Color information
#6DCB7F (or 0x6DCB7F) is known color: Pastel Green. HEX triplet: 6D, CB and 7F. RGB value is (109,203,127). Sum of RGB (Red+Green+Blue) = 109+203+127=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCB7F is #923480. Grayscale: #A6A6A6. Windows color (decimal): -9581697 or 8375149. OLE color: 8375149.
HSL color Cylindrical-coordinate representation of color #6DCB7F: hue angle of 131.49º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCB7F is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 127 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.20 |
| HSL | 131.49º | 0.47% | 0.61% | - |
| HSV(B) | 131.49º | 0.46% | 0.8% | - |
| XYZ | 31.49 | 47.5 | 27.59 | - |
| YUV | 166.23 | 105.86 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 127 | 0.46 | 0 | 0.37 | 0.20 | 131.49 | 0.47 | 0.61 |
| Hex | 6D | CB | 7F | 2E | 0 | 25 | 14 | 83 | 2F | 3D |
| Octal | 155 | 313 | 177 | 56 | 0 | 45 | 24 | 203 | 57 | 75 |
| Binary | 1101101 | 11001011 | 1111111 | 101110 | 0 | 100101 | 10100 | 10000011 | 101111 | 111101 |
Color Harmonies of #6DCB7F
Complementary color
Monochromatic Colors of #6DCB7F
Black with #6DCB7F
Text Example
Text Example
White with #6DCB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB7F; }
p { color: rgb(109,203,127); }
H1.HeaderClassName
{
color: #6DCB7F;
}
.AnyTagClassName
{
color: #6DCB7F;
}
</style>
background-color css
<style>
a { background-color: #6DCB7F; }
a { background-color: rgb(109,203,127); }
div.DivClassName
{
background-color: #6DCB7F;
}
.BgClassName
{
background-color: #6DCB7F;
}
</style>
border-color css
<style>
span { border-color: #6DCB7F; }
span { border-color: rgb(109,203,127); }
td.TdClassName
{
border-color: #6DCB7F;
}
.TagClassName
{
border-color: #6DCB7F;
}
</style>